Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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 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/

    #580643

    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

    #580655

    Hi Basilis

    Okay, added login credentials to private content.

    Thanks!

    #581201

    Hi Basilis.

    Sorry to be a pest but it’s been a while.

    #581225

    Hi!

    Please go to Enfold theme options > Advanced Styling tab and edit “Main Menu sublevel Links”.

    Regards,
    Yigit

    #581254

    Hi Yigit,

    Tried that already – didn’t make a difference – still not applying the new font-size.

    What a conundrum!

    #581332

    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.

    #581376

    Hi!

    I just checked the web site after clearing cache and I can see it loading fine.
    Has it been fixed?

    Best regards,
    Basilis

    #581387

    Actually, no.
    I wound up editing the layout.css file.

    #581547

    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/

    #582031

    Hi @amrman0,

    Thanks for sharing, much appreciated :-)

    Regards,
    Rikard

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