Okay
  Public Ticket #2562234
Custom Font
Closed

Comments

  •  2
    gfranco123 started the conversation

    Hi, 

    I did custom my site fonts with the Source Sans Pro, which was available in the Typography Section in the Salient Theme Options. After I did it, the menu and submenu items are not getting the Source Sans Pro. I'm quite confuse because this used to be easy, as long as I'm quite familiar working with Salient. 

    Thanks.

  •  2,965
    Andrew replied

    Hi There,

    Thank you for contacting us.

    Please use the guide below to add custom font:

     https://themenectar.ticksy.com/article/9773/ 

    Kind Regards

  •  2
    gfranco123 replied

    Thanks Andrew, for your reply. I still don't understand why the font is not visible ONLY in my menu, because the font is already available through Google Fonts in Typography Section.

  •  8,851
    Tahir replied

    Hey Again,

    Since you are using the Mega Menu Plugin, it is setting the default font and therefore would have to be changed via the Below CSS Code.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #mega-menu-wrap-top_nav {
      font-family: 'Poiret One', cursive !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    gfranco123 replied

    Thanks a lot, now it works!