• Could you tell me the CSS code I would need to add in order to change the green colour on the hover, behind the titles and on the menu hover. I would like it to be grey if possible.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @maddiethom,

    To change the hover color of the title and menu please add below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    .text-holder .gal-title a:hover {
        color: #6f7975;
    }
    
    .main-navigation .nav-menu li:hover > a, .main-navigation .nav-menu li.current-menu-item > a, .main-navigation .nav-menu li.current_page_item > a {
        color: #6f7975;
    }

    If you have any further questions or need support, feel free to write to us anytime.

    Thank you.

    Thread Starter maddiethom

    (@maddiethom)

    Hi, thank you but it hasn’t changed the green tint behind the titles and on the menu hover. How would I go about changing these?

    Thread Starter maddiethom

    (@maddiethom)

    Also the subtitle below the title over the cover images has not changed from green either. Only the title of each image on the grid has changed. I am trying to make any green elements grey. Hope you can help 🙂

    Hello @maddiethom,

    The CSS that I have provided should work fine. Check here.

    I have checked your site but I see some changes on the CSS. Check here.

    Can you please re-add the CSS code? That should actually be > sign.

    Further, to change the color behind the title, please add below custom CSS.

    section[class*="-section"] .widget-title:after, .section-title span:after {
        background: #bbc5c2;
    }

    Please let us know if this is still not working.

    Thank you.

    Thread Starter maddiethom

    (@maddiethom)

    Hi,
    I replaced the > with > as instructed but when I press publish it automatically changes back to >. I also added the extra custom CSS but nothing has changed.
    Hope you can help 🙂

    Hello @maddiethom,

    I am sorry to hear that it’s still not working.

    Maybe it’s due to some plugin conflict?

    Can you please try to deactivate all the plugins apart from recommended by the theme and try to save the CSS again?

    Thank you.

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

The topic ‘Change accent colour using CSS’ is closed to new replies.