• I want to change the blue colour on the slider on the homepage in Clean Retina theme.

    I have managed to change the hover menu colour but can’t seem to do this to the text in the slider.
    Site is at:

    test.gowebgomobile.com

    The code I have added to the Custom CSS to change the menu is:

    #access a:hover,
    #access ul li.current-menu-item a,
    #access ul li.current_page_ancestor a,
    #access ul li.current-menu-ancestor a,
    #access ul li.current_page_item a,
    #access ul li:hover > a {
    border-top: 5px solid #96110A;
    color: #96110A;
    padding-top: 16px;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding this to your Custom CSS;

    .featured-text span {
     /* Original - color: #5f85b0; */
     color: deeppink;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Blue Text Colour on Slider’ is closed to new replies.