Blog Post Hover Effect on “Blog” Page
Hi,
I noticed that on my “Blog page”, when you mouse over the title of the posts, there’s absolutely no indication to highlight the post. Is there a way to create a hover effect so when you mouse over the title, the title is bold and highlighted to a specific color?
My site is www.InsoyCareer.com/Blog
Thank you!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Sure, please try:
/* Titles */ article.post .entry-header h1.entry-title a:hover, article.page .entry-header h1.entry-title a:hover { color: #000; font-weight: bold; }You can replace my #000 with your preferred hover color. Let me know how it goes.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.