Blog Post Title – color change on approach
-
Hi all,
Thank you to Apollo13 for creating this wonderful theme. I am new to WordPress and am having a small issue:
After installing Rife and its necessary plugin ONLY.
And changing the background for the blog POSTS LIST entries to black (and text to appropriate colours).
I find that the POST TITLE (clickable link) of any post shown goes black on a certain kind of mouse approach. This makes it effectively invisible on mouse approach, particularly from the right for some reason.
Can anybody help?
Clarifications:
When the mouse is hovering DIRECTLY on the clickable title, the title changes to the colour I have selected for that. When the mouse is nowhere near the title it is a different colour, which again I have selected. When the mouse goes NEAR the title I get the issue.I have tried adding custom (not additional or child theme) CSS for h2 a:focus, hover, and active – but the problem persists.
I have inspected the element in my browser, but all of the candidates for the cause are crossed out, which I gather means ‘not active’. Additionally, the elements that I suspect are in play have all been overridden in custom CSS, as stated above.
I suspect that some detection window does not correspond between ‘default settings’ and the changes I have made within the theme’s customiser – therefore when the mouse enters that specific area the styling reverts to default (black). I may be way off base there though as I’m new to this.
Thank you!
Edit:
By using the ‘force element state’ ‘hover’ tickbox I’ve seen that the culprit is a hover state – I’ll try again with the custom CSS and see what I can do.
Further edit: well that was it – I don’t know why this case arose but I added custom CSS like this:
h2.post-title:hover a { color: #000; }
… and replaced the colour with my text’s usual, non-hover colour. I no longer get this issue. The theme’s hover colour selector is still active and works when on the text (the text changes to the colour I selected). So that’s problem solved as far as I’m concerned! I’ll leave this here in case any other noobs get the same problem.
- The topic ‘Blog Post Title – color change on approach’ is closed to new replies.