• i have changed the backgrond of pages and posts to dark grey #4d4b48
    in the child theme. now i want to change the color the post titles.
    with .post-title { color: #fff;} and .post-title a { color: #fff;}
    as suggested in earlier resolved posts

    but the title in the link disappears when the mouse go’s over it
    how do i make the title always visible ?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Without seeing your site it’s a bit of a guess but I would suggest it might be because of hover on the <a> tag.

    .post-title a:hover {
    color: #HEXvalue;
    background-color: #HEXvalue;
    }
    Thread Starter adriaan47

    (@adriaan47)

    thanks for you reaction
    but that works only partly
    when i go over the text its works but when i go over the image above it it still dissepears

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing color of post title in hueman theme’ is closed to new replies.