Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #769114

    I’d like it blue to match my footer color. I have tried making changes to the main menu links in advanced styling, but nothing is having any effect. Even changes to the font color. I am not using any CSS custom styling yet at all.

    I would like to have the background be blue, the links to be white, and for them to be grey and underlined on rollover. As shown in the link in the private content box.

    Can you help?

    #769123

    Hey Dandelion222,

    Would you be able to provide admin credentials so we can look into this further. It is strange that the css is not taking.

    Best regards,
    Jordan Shannon

    #769258

    Here you go.

    #769328

    Hi,

    Please, update the Enfold (Ive seen that youre using the 3.4.7 version) following this tutorial: http://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Check if there`s some problem after the update.

    Best regards,
    John Torvik

    #770078

    I have updated Enfold. I see no change to my issue.

    #770103

    Hi,

    The menu seems to be have a blue bg now and I corrected the text with the following css:

    .avia-menu .menu-item a{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #781463

    It turns out, my client does not like the yellow underline that shows as one rolls over the different options in the navigation bar. How do I turn that off?

    #781478

    Hi,

    Add the following to quick css:

    .av-main-nav li:hover .avia-menu-fx{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #781480

    That got rid of the rollover effect, thank you! But can we also make it so there is no yellow line at al. Right now it sits under the nav item for the active page.

    #781483

    Hi,

    Add the following:

    a span.avia-menu-fx{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

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