Okay
  Public Ticket #749275
how to change text size on toggle panel
Closed

Comments

  •  1
    Filipe started the conversation

    Hi there,

    I would like to change the text size in toggle panel label/bar, how can i do it? 

    Thanks


  •  8,402
    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 {
        font-size: 16px !important;
    }
    

    Bes.t


    ThemeNectar Support Team 

  •  1
    Filipe replied

    Thanks a lot.

    Another question how can i change de color of the icon before the text?

  •  8,402
    Tahir replied

    Hey Again,
    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 i {
        color: #fff !important;
    }
    

    Best.


    ThemeNectar Support Team 

  •  1
    Filipe replied

    And the Oscar goes to... Thair!