• tjerkjesse

    (@tjerkjesse)


    Hi,

    I have two questions.

    1. I want to change the colour of the menu text in the Puzzle theme. How can I do this?
    2. I want to change the colour of the mouse-over colour in the Puzzle theme. How can I do this?

    The colours of the text and the mouse-over effect are both green right now, which I’d like to switch.

    Thank you in advance!

    Website: https://www.webbersbouwmanagement.nl

Viewing 2 replies - 1 through 2 (of 2 total)
  • stephencottontail

    (@stephencottontail)

    If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .masthead nav.menu li.current-menu-item a {
    color: orange;
    }
    .main article.post-archive section {
    background: orange;
    }
    Thread Starter tjerkjesse

    (@tjerkjesse)

    thats great. exactly what i needed. thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Puzzle] Menu colour in Puzzle Theme’ is closed to new replies.