• Resolved Ray Davies

    (@ray-davies)


    Hi Guys, I’m still a WP newbie using the expound theme here: http://www.tawemediaonline.co.uk/stebo1/

    I want to replace the blue colour of the navigation buttons and also the little pointer below the button when in the down state. I’m getting along with WP very slowly, but this is really cracking me up. Thanks in advance for any guidance

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Ray Davies

    (@ray-davies)

    Ok, I found how to do it in the css. However, I cannot seem to be able to change the font color when the button is in the down state. I want to make the text darker against the paler background. I just can’t seem to find the line of code in the css file to control this.
    Thanks in advance

    I cannot seem to be able to change the font color when the button is in the down state.

    To change the font colour when the button is in the “down” state. You need the following CSS:

    .current_page_item a {
    color: COLOURCODE;
    }

    Change COLOURCODE to the HEX/RGBA code of the colour you want.

    Hello Ray Davis,

    I’m also a newbie on WP CSS. How did you replace the blue color of the navigation buttons and pointer? I too am trying to find this. Your help would be appreciated!

    Was able to figure out changing the blue on the menu. Thanks!

    Hi Derek! How did you manage to change color on the menu?

    Hi Derek, can you please help? How did you change the color on the menu bar?

    People – this thread is marked resolved. Please start your own threads and include a link to YOUR site.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Navigation colour change’ is closed to new replies.