• Hi,

    Can u please help me to change red colour on my menu font and action button?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi.,

    Try this css

    #header .menu > li.current_page_item > a {
        color: #CCCCCC;
    }
    a.themebutton {
        background: rgba(35, 35, 35, 0.5);
    }

    If you want further help I’ll be happy to assist.

    Thanks.,
    Rajan V

    Thread Starter martawa

    (@martawa)

    Thank you Rajan,

    That works great, I adjusted it a bit and I got the colour I wanted. Though I still have some areas where the red colour is. Can you please provide code for the other areas?

    Menu- but when I put the arrow from mouse – red colour
    About us page- menu
    all links like on the about us page.

    Thank you.

    Marta

    Hi Marta,

    You can use this code:

    #header .menu>li.menu-hover>a, #header .menu>li.current_page_item>a, #header .menu>li.current-menu-ancestor>a, #header .menu>li>a:hover {
      color: green;
    }

    Thanks!

    Thread Starter martawa

    (@martawa)

    thank you!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Colours’ is closed to new replies.