Font style inherit from em so get italic mobile menu and footer
-
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.
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.
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
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
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