Sidebar titles vanishing when cursor is held over it

Posted in: Newspaper
Post count: 112

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.
Post count: 20688

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

Post count: 10

Where do I copy this code? i have the same problem, hovered links and tags. They change the color to white…

Post count: 20688

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

Post count: 10

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/

Post count: 10

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/

Post count: 20688

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

Post count: 10

Wow, it was easy, thank you. The problem is solved

Post count: 112

Your custom code worked — thank you! My theme color isn’t set to white; it’s set to blue. So it must be something else. Anyhow I’m glad to see this resolved. Have a great weekend!

Post count: 112

I just checked again. It must be happening because I have the “title text color” set to white in the widget sidebar box setting.

Post count: 20688

Hi,

That could be the reason why this is happening. Try changing the text color there and see if the problem is fixed, if you didn’t already. Then there would be no need to use the code and override that font color.

Thanks

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.