Okay
  Public Ticket #3742170
Font in Off Canvas Navigation Menu Font Not Working
Open

Comments

  • webm49 started the conversation

    When I click on the menu for the off canvas navigation menu, the font is different from what is assigned in the typography. How can I correct this?

    Attached files:  Screenshot 2024-10-10 135459.png

  •  1,875
    Judith replied

    Hi there,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    #slide-out-widget-area .inner .off-canvas-menu-container li>a {
        font-family: della respira;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

     

  • webm49 replied

    Unfortunately that did not work.

  •  8,837
    Tahir replied

    Hey Again,

    Try the below revised CSS and check.

    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):

    #slide-out-widget-area .inner .off-canvas-menu-container li>a {
        font-family: della respira !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • webm49 replied

    Awesome...that worked. Thank you very much! God bless.

  •  1,875
    Judith replied

    Hi there,

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.

    If you've enjoyed Salient, be sure to check out Nectarblocks, our latest innovation for building websites visually with WordPress.

    Your feedback is valuable to us and greatly appreciated!

    Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out. 

    Best regards,