Okay, this is driving me crazy. I want to change the sub menu font-size to 14px (which is at 12px)
When I inspect the element it seems to be coming from #top .av-main-nav ul a
So, added to Quick CSS the following:
#top .av-main-nav ul a {font-size: 14px;} and tried #top .av-main-nav ul a {font-size: 14px !important;}
But it isn’t taking, even though a change of the font size in the browser inspector does work.
Here’s a link to the site:
http://lucie.ca/kahns/
Hey kmac!
that is the correct code, I did use on debuger and it worked.
Can u please give us backend access and we can give it a look?
Best regards,
Basilis
Hi Basilis
Okay, added login credentials to private content.
Thanks!
Hi Basilis.
Sorry to be a pest but it’s been a while.
Hi!
Please go to Enfold theme options > Advanced Styling tab and edit “Main Menu sublevel Links”.
Regards,
Yigit
Hi Yigit,
Tried that already – didn’t make a difference – still not applying the new font-size.
What a conundrum!
Okay still waiting for help on this…
Added another css customization that isn’t taking either:
#top .avia-post-nav {background: rgba (125,5,15,0.8) !important;}
The change works in browser debugger.
Hi!
I just checked the web site after clearing cache and I can see it loading fine.
Has it been fixed?
Best regards,
Basilis
Actually, no.
I wound up editing the layout.css file.
Hi kmac,
Try this CSS, it worked for me :
#top .av-subnav-menu a {
font-size: 14px; }
Found it at this ticket : https://kriesi.at/support/topic/fullwidth-submenu-color-customization/