• 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.
    i used .post-title a:hover { color: #fff !important; } that works i bit
    but its still works not so good
    when the mouse go’s over the text its chance the color oke
    but when it go’s over the image above it its still takes the wrong color

    I also whants to chance the color of the author above a post en and the hand with the tekst “YOU MAY ALSO LIKE..”
    i preferit to change it in to the child version?

    please look ad
    https://dekunstberg.nl/
    under nieuws and exposities
    i hope someone can help me

Viewing 1 replies (of 1 total)
  • Hey there adriaan47,

    How are you doing today?

    This should be possible to fix with some custom CSS. Please try adding the following CSS code to your child theme style.css:

    .post-hover:hover .post-title a, .post-title a:hover {
    color: #fff;
    }
    
    h4.heading {
    color: #fff;
    }

    Please change the color hex values to the ones of your choice. First part will affect the post title link color when hovered on image and the second “You may also like…” text color.

    You can use sites similar to this one to get hex value for the color of your choice:

    https://www.color-hex.com/

    Hope this helps ??

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘hueman theme change title colors and author colors’ is closed to new replies.