• Hello again.

    So I have two more (hopefully simple) things I was hoping to get some some help with:

    1. I’ve manage to change the ‘gold’ color of most things, but I can’t seem to figure out how to change the color of the Post Title when hovering…

    2. I won’t be needing the social icons that appear below each post, to the left of ‘continue reading’. I would like to ideally remove them, and just have that thin grey bar stretch across the whole section, where the icons currently appear…

    Thank you so much in advance! These should be my last questions for the time being:)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,
    try this

    .entry-title a:hover{
     color:red;   
    }

    to change the color of your post title on hover.
    Also open part-social-sharing.php and remove everything from inside.
    Open the default editor and then navigate to the /themes/olsenlight/ folder to find the file.
    If you decide to proceed with this modification I would suggest you create a child theme, copy over the files you are editing and make the modifications there. This will allow your changes to survive future theme updates. If you directly edit the theme’s files, all changes will be lost once you update.

    Have a look at this guide to learn more about child themes and how to create one https://www.cssigniter.com/ignite/beginners-guide-child-themes/

Viewing 1 replies (of 1 total)
  • The topic ‘Post Title Color / Removing Social Icons Below Post’ is closed to new replies.