• Resolved sweetlife123

    (@sweetlife123)


    Hey,

    I am working on a website currently on private and not yet online so can’t share the link apologies for that. However i would like to change the top nav button links colours. what is the CSS code for this?

    I would also like to keep the top nav link background throughout the site from the landing point instead of having to screw down before seeing the nav button background.

    Please see screenshots here (actual nav link when you open the site): https://prnt.sc/krw619

    Nav link menu section now has a white background soon as i scroll down on the website.
    See link below: https://prnt.sc/krw7b2

    Now to clarify again, i would like to add change the nav menu text colour and have the background on the nav menu without the need to scroll down.

    Please any support or help i can get on this will be great!!

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Hello @sweetlife123,

    Thank you for reaching out to us!
    To make the header white add this code in Appearance > Customize > Additional CSS:

    #header {
        background-color: white;
    }

    And to change the color of the menu items text add this code:

    nav #desktop-menu li a {
        color: red;
    }

    All the best,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘change nav link colours’ is closed to new replies.