When I hover the cursor over a post title in my sidebar, the title vanishes so the cursor is pointing over a blank space. If you click on the blank space, you get to the article. Do you know how I can make the title stop doing this. Really it should be changing color, but remaining legible. Check out the sidebar in this post as an example:
https://www.travisneighborward.com/design-marketing/social-media-for-interior-designers-tips/
-
This topic was modified 9 years by
travisnw.
Hi,
It seems that when hovered the links change color to white. They should change to the theme accent color, but that is overridden. That happens for the category tags as well.
Maybe you have custom code for these blocks in the widgets section, since this does not happen on all the website. Or custom code for the particular post template, or post Id.
It could be fixed with code
– https://www.screencast.com/t/QyVvL0wB
.td_uid_3_594b5ab6b7d43_rand
.td_module_wrap:hover
.entry-title.td-module-title a
{
color: #72a7ab!important;
}
.td_uid_3_594b5ab6b7d43_rand
.td-module-meta-info
.td-post-category:hover {
background-color: #72a7ab!important;
}
Thanks
Where do I copy this code? i have the same problem, hovered links and tags. They change the color to white…
Hi,
@soklevskis Please provide a link to your website pointing where this is happening. The code form above will not work in any situation. However this should not happen, I will inspect it and maybe identify why this is occurring.
Thanks
When I hover the cursor over a post title .Тhe title vanishes so the cursor is pointing over a blank space. It happens in all categories and tags.
Eve link from my site http://myfitnessexplorer.com/category/diet-weight-loss/
How to solve the problem? You didn’t answer me?
When I hover the cursor over a post title they vanishes !
link to my website http://myfitnessexplorer.com/
Hi,
Please check that you do not have by some mistake, set the theme accent color to white
– https://www.screencast.com/t/nBh6EBft3P
Set is to default or another color, and check if the issue is solved. Also clear any caching installed after changing it.
Thanks