Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    look for this element in you theme’s CSS:

    .home .post-content {

    in that element change the white color to your liking. Hope this works for you.

    Thread Starter paddyinthesun

    (@easylifespain)

    Thanks t-p, that did it. Any idea how to change the color of the post title text that appears on the image on the home page too??

    Moderator t-p

    (@t-p)

    this does not change the color of the hover text.

    Which text? Please give me an example (i.e., name one so that I know what you are referring to)

    Thread Starter paddyinthesun

    (@easylifespain)

    sorry, my reply was edited. The hover text color was changed but i am looking to also change the color of the post title text, for example “property maintenance” that appears close to the top of the image on the home page. The text for each title is currently white.

    Thread Starter paddyinthesun

    (@easylifespain)

    Got it, for those who want to know. Find the code below in the style.css file and change the #fff to whatever color you want.
    .home .post .bigdate{color:#fff;font-size:3.6em;font-weight:100;letter-spacing: -0.05em;position:absolute;text-transform:normal;left:0;top:0;padding:5px 0 0 15px;visibility:visible;z-index:60;-moz-opacity:1;filter:alpha(opacity=100);opacity:1;}

    I am trying to do a similar thing.

    I just want to change the colour of the hover text from dark grey to white! >> ilovetweek.ca

    I have tried to find this code (!) but nothing seems to visually change.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘autofocus – changing hover text colour’ is closed to new replies.