Okay
  Public Ticket #1581843
How can I make toggle panel a different color?
Closed

Comments

  • jrdn started the conversation

    I selected a color for my toggle panel but it only shows that color when clicked.


    I want it to be that color before being clicked.

  •  9,009
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • jrdn replied

    I don't have a page published 

    I added the following: 

    .toggles {
        background-color:#21cdec;
    }
    

    I don't know how to change the color of the font though.

  •  9,009
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .toggles h3{
        color:#21cdec !important;
    }

    Thanks


    ThemeNectar Support Team 

  • jrdn replied

    How do I change the color of the font?

  •  9,009
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .toggles h3 a{
        color:#21cdec !important;
    }

    Thanks


    ThemeNectar Support Team 

  • jrdn replied

    Doesn't seem to be working

  •  9,009
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   jrdn replied privately
  •  9,009
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    div[data-style="default"] .toggle h3 a, div[data-style="default"] .toggle h3 {
        color: #f7f7f7 !important;
    }
    .toggle h3 a i {
        color: #f7f7f7 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • jrdn replied

    Thank you,

    It worked