Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #366756

    I added this to style my navigation and it works fine…

    #top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
    font-weight: 400 !important;
    font-family:’Open Sans’ !important;
    text-transform: uppercase;
    }

    However I need the active page to have a weight of 600

    Thanks

    #366759

    Hey sitesky!

    Please add following code to Quick CSS

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
    font-weight: 600 !important;
    }

    Regards,
    Yigit

    #366762

    Hi,

    Sorry it didn’t work, as I think the first CSS script is maybe overriding it?

    #366764

    Hey!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #366765
    This reply has been marked as private.
    #366774

    Hey!

    Please review your website now. I have adjusted custom CSS code a bit in Quick CSS field

    Cheers!
    Yigit

    #366776

    Great Thanks!

    What was the issue? Just for future reference?

    #366783

    Hi!

    I have changed the selector to following one to avoid conflict in your code

    .av-main-nav > li > a { font-weight: 400; }

    Regards,
    Yigit

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