Prevent Title from changing color when hovering over Flex Block 2 image

Posted in: Newspaper
Post count: 32

What CSS can I add to prevent the Title from turning red when hovering over the main Flex Block 2 image? I only want the Title to change color when hovering over the title text itself, or the meta info area, including the title. (Although it’s fine, even preferred, to have the cursor continue to change to the finger when hovering over the image.)

https://www.staging1.themultimedianinja.com/

Thanks!

Post count: 35449

Hi,

First you need to open the flex block 2 with td Composer, go to style ( https://www.screencast.com/t/Xteq6rJ5s2l8 ) and look for “Article title text hover” and the other text you have on the flex block 2 ( https://www.screencast.com/t/YVqfRMBOA ), set it on white ( or any color you like ) .

Aftel you do all that please add the blow custom css in Newspaper>Them panel>Custom code>Custom css
.td_module_flex_2 .td-module-meta-info *:hover{
color: red!important;
}

Hope this will help you.

Thank you.

Post count: 32

That’s great, thanks!

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