Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #347022

    Hi,

    I have been trying to edit the font colour for the page links in the header menu of the Enfold theme.

    Having used the recommended quick CSS code in the general styling section I have only been able to change the colour of the page link for the active page. The other links in the menu are white and I would like to have the same colour for all of these links.

    Help would be much appreciated!

    Regards

    #347032

    Hi again,

    I am also wondering if it is possible to customise the header menu font colour for each page?
    On my website each page has it’s own background image/colour in the header menu area and it would be good to be able to customise the font colour to suit.
    Thanks

    #347398

    Hey!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links”.
    Can you post the link to your website please?

    Regards,
    Yigit

    #347671
    This reply has been marked as private.
    #347702
    This reply has been marked as private.
    #347708

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .page-id-11 .av-main-nav > li > a .avia-menu-text {
    color: white!important;
    }

    Regards,
    Yigit

    #347940

    Hi!

    I have tried that however it doesn’t seem to work. The text font colour in the menu header is the same on all pages. I have tried several different colours and I cannot see any changes occurring. Am I missing something?
    Cheers

    #348270

    Hey!

    The problem is that the greater than signs didn’t get copied correctly, make sure it’s exactly like this in the Quick CSS;

    .page-id-11 .av-main-nav > li > a .avia-menu-text {
    color: white !important;
    }

    Best regards,
    Josue

    #348295

    Hi Josue!

    Thanks for that. You were right, it was a problem with copying out of gmail as opposed to directly from the forum.

    Cheers :-)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to edit font colour for all of the links in the header menu’ is closed to new replies.