• Resolved nigel3174

    (@nigel3174)


    hello, i am currently using the good news (child) theme at https://nannyoptions.com/2014 and for the life of me i cannot find how to change the color of the hover text for the footer in the theme options, so i am presuming, possibly wrongly, that it is to do with the custom menu widgets?

    can anyone help me with changing the default hover colour in it?

    thankyou.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this into your Child Theme style.css file:

    #footer .widget a:hover {
        color: deeppink;
    }

    Thread Starter nigel3174

    (@nigel3174)

    thanks for your very speedy response Andrew, but i have the code added as below in the Goodnews Child: Stylesheet (style.css) but it has made no difference?

    /*---------------------------------
        Add your custom styles here
    ---------------------------------*/
    #footer .widget a:hover {
    color: deeppink;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try this instead:

    html #footer .widget a:hover {
        color: deeppink;
    }

    Thread Starter nigel3174

    (@nigel3174)

    worked like a charm!

    thankyou so so much Andrew!
    i really appreciate it! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to change hover color in custom menu’ is closed to new replies.