Okay
  Public Ticket #1849270
Page Submenu font customization
Closed

Comments

  • Sergio started the conversation

    Hello, 

    I would like to customize the font on the Page Submenu to be exactly like the font of my Main Navigation. 

    Is there a CSS to make automatically inherit this settings to the page submenu shortcode? or just a custom CSS with this settings to put somewhere?

    Font Family: Montserrat

    Weight: Bold 700

    Text Transform: Uppercase

    Size: 11

    Line Height: 15

    Letter Spacing: 1

    Thank you in advance.


  •  8,996
    Tahir replied

    Hey S,

    Try adjusting the Typography Options in here : http://prntscr.com/m5dsop . 

    Best


    ThemeNectar Support Team 

  • Sergio replied

    Thank you Tahir,

    I meant,  how can I customize the font for the "Page Submenu" shortcode?

    Best

  •  8,996
    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):

    .page-submenu li a {
        font-family: 'Montserrat';
        font-size: 14px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Sergio replied

    Thank you Tahir, worked perfectly!