Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Change hover color

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #193206
    katmac
    Participant

    Hi

    I can’t figure out to change the hover color on my events page

    When I mouse over an event, the background turns a greeny blue color
    and I want to change it to a nicer blue color.

    URL: http://ectpro.co/water/?page_id=48

    Thank you.

    #193208
    James
    Participant

    Locate this in your CSS file(s) and change the background colour. Replace the “x” with a value between 0 and 255.

    #dslc-content #dslc-module-364 .front-side:hover {
    background-color: rgb(x, x, x);
    }

    It appears all your values are set in RGB. Preferably, I would suggest using hex values, but if you’re looking for RGB values for a nice blue, check out Adobe Color (aka Kuler)

    #193241
    katmac
    Participant

    Hi

    I looked for this in the style sheet and I can’t find it

    Thanks anyways – just going to leave as is

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.