• Resolved Dur

    (@dur)


    Hi,
    I have a link heading that I want to change it color when the user hover.
    I have tried class name then a:hover but it did not work.For example,

    .reco a:hover{,
    color:white;
    }

    My webpage https://www.casinohelper.se/. I would like to change “Rekommenderade Casinon” which is on the third row with blue color to white when the user hover on it.

    I appreciate any suggestions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • you have a unecessary comma at the start of your css. try this:

    .reco a:hover{
    color:#ffffff;
    }

    Thread Starter Dur

    (@dur)

    The comma was added when I past the code here. I dont know if this is because am using shortcode and not using the heading plugin that already provided by X theme. any suggestion?

    Go into the customizer of X and add the css to the custom section of the customizer. Also, X has it’s own support and Facebook page you can use if you are having issues.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Heading change color on hover’ is closed to new replies.