This topic has 3 replies, 2 voices, and was last updated 7 years by Radu.

  • Author
  • #173431
     wilhalphoto
    Participant

    Hi,

    How do I change the color of background and font for this Toggle element?

    thank you!
    -will

    #173449
     Radu
    Moderator

    Hi,

    Just use this css

    COPY CODE
    
    #post-8570 .panel-heading {
        background-color: red !important;
    }
    
    #post-8570 .panel-heading .panel-title a {
        color: #fff !important;
    }
    
    #post-8570 span.icon-opened.icon-minus, span.icon-closed.icon-plus {
        color: #fff !important;
    }
    
    

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    This will applied only on page id 8570 (the current page only)

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #173611
     wilhalphoto
    Participant

    thanks!
    -will

    #173686
     Radu
    Moderator

    You’re welcome
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?