Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1496362

    HI
    All of a sudden my menu is changed (on pc). The adjustment in Advanced Styling does not work. At least, I treid in ‘headmenu links’
    See website https://www.rietreiger.nl

    I tried now: Lettertype family Josefin Sans, Size 30px, transformation to capitals and weight 400
    The wordt ‘Sauna’ in the menu is still not with capitals (supposed to be SAUNA, and also the font is not correct.

    Can you help?

    #1496370

    Hey JannyPolak,

    Thank you for the inquiry.

    Looks like the Advanced Styling settings may be getting overridden by another css rule, or the styles may be cached. Before anything else, please try to disable the Enfold > Performance > File Compression settings, save, and purge your cache, then check again.

    If the styling still doesn’t apply, you can force the font and text-transform for the main nav links with this custom css added on the Enfold > General Styling > Quick CSS field:

    
    #top .av-main-nav > li > a > .avia-menu-text {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
    }
    

    Make sure Josefin Sans is loaded on your site. If you’re using it via Enfold > Advanced Styling, it should already be enqueued. If not, you may need to select it under Enfold > General Styling > Fonts.

    Please make sure to purge the cache before testing.

    Let us know if the issue persists.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.