Okay
  Public Ticket #1273349
Off Canvas Font
Closed

Comments

  • Alex started the conversation

    Hi - I want to target a custom (not google) font in my off-canvas, full-screen menu, but can't find the right css classes to target. 

    I tried viewing in dev tools and this looked correct but didn't work:

    body #slide-out-widget-area .inner .off-canvas-menu-container li a
    {font-family: "OswaldStencil-Bold"!important;}

    Thanks!

    a



  •  9,013
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •   Alex replied privately
  •  9,013
    Tahir replied

    See screenshot: http://prntscr.com/g8rafa .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body #slide-out-widget-area .inner .off-canvas-menu-container li a {
        font-family: "OswaldStencil-Bold" !important;
        line-height: 82px !important;
    }

    Thanks


    ThemeNectar Support Team