Problem on home page with post title
- The topic ‘Problem on home page with post title’ is closed to new replies.
Need help? Check out our Support site, then
On my home page, when title is clicked to enter the post for reading there is no shadow color during the mouse-over. The title goes blank. On the theme demo page, during a mouse-over the title, there is a gray shadow so the title of the post is still visible (in a different shade of gray).
I don’t like having the title vanish from view during the mouse-over click.
I couldn’t solve this problem in the customizer.
Please advise.
~Jane
The blog I need help with is: (visible only to logged in users)
Hello,
Please try the following CSS Code Snippet in the Custom CSS.
.wf-active .entry-title a:hover,
.wf-active .entry-title a:focus,
.wf-active .entry-title a:acitve {
color: #333;
}
Thanks
Worked after correcting spelling error in last line of code-
acitve to active
thanks
Thanks for your feedback.