-
AuthorPosts
-
February 9, 2016 at 10:59 pm #580633
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 aSo, 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/February 9, 2016 at 11:32 pm #580643Hey 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,
BasilisFebruary 9, 2016 at 11:57 pm #580655Hi Basilis
Okay, added login credentials to private content.
Thanks!
February 10, 2016 at 3:55 pm #581201Hi Basilis.
Sorry to be a pest but it’s been a while.
February 10, 2016 at 4:50 pm #581225Hi!
Please go to Enfold theme options > Advanced Styling tab and edit “Main Menu sublevel Links”.
Regards,
YigitFebruary 10, 2016 at 5:17 pm #581254Hi Yigit,
Tried that already – didn’t make a difference – still not applying the new font-size.
What a conundrum!
February 10, 2016 at 7:59 pm #581332Okay 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.
February 10, 2016 at 11:08 pm #581376Hi!
I just checked the web site after clearing cache and I can see it loading fine.
Has it been fixed?Best regards,
BasilisFebruary 10, 2016 at 11:46 pm #581387Actually, no.
I wound up editing the layout.css file.February 11, 2016 at 11:30 am #581547Hi 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/
February 12, 2016 at 6:02 am #582031 -
AuthorPosts
- You must be logged in to reply to this topic.
