Okay
  Public Ticket #763836
Toggle panel colour on closed
Closed

Comments

  • Matt started the conversation

    Hi there!

    I need to change the colour of the toggle panels from the light grey when they are closed. Is there a bit of CSS I could have please? 


    Thanks!

    Matt

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .toggle h3 a {
        background-color: rgba(168, 36, 34, 0.27) !important;
    }
    

    Be.st


    ThemeNectar Support Team 

  • Matt replied

    Aw rats, that didn't work. No red crosses in the box either! Sorry, any other ideas? Thanks! Matt

  •  8,994
    Tahir replied

    Hey Again,

    See screenshot: http://prntscr.com/b3av0c . Its live edited so its working. 

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ 

    Best.


    ThemeNectar Support Team 

  • Matt replied

    Ah, my mistake, thank you so much.