Change color post title

Posted in: Newspaper
Post count: 1

I cant’n change color post title in homepage

Help me

My site is https://www.cafetienao.com/

All title post color is : #fbb03b

Can guy guide me how to change

Post count: 20688

Hi,

The default color of the article titles is black, but it seems that this is not applying on your website. This is not applying because there is a span element inserted between the block title heading and the link
https://www.screencast.com/t/kdc1l3MlY
I could give you a code to color them as intended
https://www.screencast.com/t/EY0vfIbbypxp
This code must be entered in Theme panel->Custom CSS

h3.td-module-title a {
color: #111;
}

Thanks

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