Okay
  Public Ticket #2134159
Dropdown Font Size
Closed

Comments

  • Kevko started the conversation

    Hey,

    how can I change the font size in the dropdown menu?

    see image below!


  •  8,993
    Tahir replied

    Hey Again,

    I believe its the Off Canvas Widget Area. 

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

    Thanks


    ThemeNectar Support Team 

  •   Kevko replied privately
  •  8,993
    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):

    #slide-out-widget-area .widget h4 {
        font-size: 15px !important;
    }
    #slide-out-widget-area .widget ul li {
        font-size: 18px !important;
        line-height: 32px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Kevko replied

    Awesome! 

    Thank you.. worked!