Home Forums WoodMart support forum Font style inherit from em so get italic mobile menu and footer

Font style inherit from em so get italic mobile menu and footer

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #724605

    metuza
    Participant

    Hello,

    Just updated to latest Woodmart and WpBakery and noticed that the mobile menu and mobile footer menu now displays text and icons as italic. When looking into the issue i find that css set in base.css is “font-style: inherit” and that the active css is “em:italic” also set in woodmart base.css

    See the attached image.

    I can ofcourse fix it with another css but was wondering what chances has been made that is causing this.

    Brgds
    Rune

    Attachments:
    You must be logged in to view attached files.
    #724607

    metuza
    Participant

    I see that also the full width search also has all text in italic. Check out the attached image.

    Brgds
    Rune

    Attachments:
    You must be logged in to view attached files.
    #724635

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I tried accessing your website, but I’m currently getting a 403 Forbidden response, so I’m unable to inspect the issue from my side.

    Could you please provide temporary WordPress admin access and ensure that our IP is whitelisted (I am accessing the site from Pakistan), so we can investigate this further?

    Best Regards

    #724666

    metuza
    Participant

    Hello,

    I have found that my use of (font-style: italic) in some popups in use globally is causing the issue so i have for now added the below fix to my custom css. I will later seup a staging for you to take a closer look at why this is happening.

    .mobile-nav, .wd-search-full-screen, .wd-toolbar {
      font-style: normal;
    }

    Brgds
    Rune

    #724725

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Thank you for the update.

    Once you have a staging site ready, please share the URL along with temporary WordPress admin access. We will investigate why this inheritance is occurring and determine whether any changes are needed on our side.

    We look forward to your update.

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)