• Resolved mimoomoo22

    (@mimoomoo22)


    Hi,

    I’m trying to change the current gold color of everything that you can hover over, as well as the search bar.
    I found this from another search topic and was able to change the search bar, but I want to change everything to be the same color.
    `button.searchsubmit {
    background: #065893;
    }`

    I would like to use the color: 99E670

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there, do you want the background or the text color to change.Also do you want only the hover state?

    Thread Starter mimoomoo22

    (@mimoomoo22)

    Hi Fotis,

    The text color. For example, if I hover over anything clickable, I would like it to be that greenish color.

    For the search bar, I can just keep the code as it is, as I like the way it looks already using the code I found on another thread.

    For ‘continue reading’ currently ‘continue reading’ is gold and when you hover over it, the border comes up in gold, and the text turns to black. I would like it to be greenish and when you hover over it, for the border to come up in that same greenish color.

    If possible, even the social media icons that can be clicked should ideally be that same greenish color.

    Thank you!

    Hi Mimoomoo22,

    The gold color is actually B49543.
    Look up this color in your style.css

    Find this code for the gold text:

    a:hover, a:focus {
      color: #b49543;
      outline: none;
      text-decoration: none;

    There are 9 items that use the color, you can these these all in the same style.css.

    Thread Starter mimoomoo22

    (@mimoomoo22)

    Hi the spot,

    I changed from b49543 to 99e670 in all the 9 places but after updating the file, nothing changed on my website ??

    It is working for me… (https://postimg.org/image/3s9iro90x/)
    try to clear your cache, please.

    Thread Starter mimoomoo22

    (@mimoomoo22)

    Hi the spot,

    thanks! it worked! ??

    Hi there
    @thespot was quick and efficient! Great Job! Glad you worked this out

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change Hover Color’ is closed to new replies.