Okay
  Public Ticket #243706
Toggle panels background is allow to change?
Closed

Comments

  • Exon started the conversation

    Instead of using white background, can i replace with some customize background with texture? Including the title and the content.

  •  8,448
    Tahir replied

    Hey Again!

    You can use these css selectors and add a pattern background in there. Add this into the Custom CSS box located in your Salient Options panel :

    body .toggle.open h3 a {
        background: #f00 !important;
    }
    body .toggle > div {
        background: #ff0 !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team