I want to change the colour of the heading text when you hover the mouse over it?
Right now, the headings highlight in white and the posts highlight in grey.
Thanks :)
I want to change the colour of the heading text when you hover the mouse over it?
Right now, the headings highlight in white and the posts highlight in grey.
Thanks :)
Hi sq85,
Kindly add this code at the bottom of style.css:
#top h1.entry-heading a {
color: #ccc;
}
#top h1.entry-heading a:hover {
color: red;
}
Just change the color, the first code block is for the post title, the 2nd code block is for the hover. Hope this helps. :)
Regards,
Ismael
You must log in to post.