• tinalouise50

    (@tinalouise50)


    Hi all,

    Looking for a little help here. I changed the hover colour as I wanted it to be red in my menu, but it is now also red in my links! I would like to change the hover colour in text to a standard violet. What would be the correct code for this?

    Here is the link to the page – but I would like this as a rule for all text links:

    https://www.hsctstopsms.com/what-is-ms/

    (you will see the text link at the bottom of the text wideget in the sidebar entitled “MORE THAN TWICE AS MANY WOMEN THAN MEN WITH MS!”)

    Thanks in advance!

    Tina

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:

    #secondary a:hover {
    	color: purple;
    }

    That code will change all the links in your sidebar to purple. If you’d like to change just that particular widget, try this code instead:

    .widget_black_studio_tinymce a:hover {
    	color: purple;
    }
    Thread Starter tinalouise50

    (@tinalouise50)

    Hey Stephen,

    Thanks so much that worked a treat. I managed to use it to change the colour to blue before the hover also, so thanks so much for your help!

    Have a beautiful day! ??

    Tina x

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the hover colour in widget?’ is closed to new replies.