Title color not changing on hover

Posted in: Newspaper
Post count: 1

I am using Newspaper theme and was trying to change the title/link color on mousehover. I have tried to edit it using the tag composer and also tried css changes but nothing of them works. When I change it using the tag composer the color don’t updates. It keep on showing the previous color. The css I have used is
.td_module_wrap:hover h3 a{
color:#932222!important
}

Please revert. It’s urgent. I want to solve it ASAP.

Post count: 35449

Hi,

You should be able to change the color using tagDiv Composer and change the accent color -> https://i.imgur.com/QEplrYu.png
Also if you want to try a css you can try this one
body .td-theme-wrap .td_module_wrap:hover .entry-title a{
color: red!important;
}

Hope this will help you!
Have a nice weekend!

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