Unable to change color on post titles

Posted in: Newspaper
Post count: 188

We’ve got black, blue, and white as our default colors, but the home page (section names ‘sport news’ and ‘recipes’) is still showing red and green. I’ve looked at all color settings and can’t find it.
Screenshot: https://www.dropbox.com/s/9gkb3odw1zl462p/Screenshot%202018-08-28%2017.37.30.png?dl=0
Can you please assist?
Thanks.

Post count: 23312

Hello bob,

Unfortunately, I cannot access your website because it seems to be limited by Wordfence. What exactly do you want to change? Provide more detailed screens. Do you have checked the Theme panel settings?

Thanks.

Post count: 188

Hi.
If you can provide me your IP address and country of origin, I can grant access.
Thanks again.

Post count: 23312

Hello bob,

My IP is -> 5.2.168.55 and the country is Romania.

Thanks for the message!

Post count: 188

Hi Catalin.

Your IP is now whitelisted.

Thanks again.

Post count: 23312

Hi,

Did you have tried these options from Theme panel -> https://www.screencast.com/t/eowx4p4XzWuM

Thanks for the message!

Post count: 188

I don’t see an option for ‘color’ anywhere there.
Am I missing something?
Thanks again.

Post count: 23312

Hello bob,

Sorry, indeed, for module title does not exist any such an option for color. If you want to change it, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-module-title a{
color:red!important;
}

Thanks.

Post count: 188

Thanks.
Can I use a hex color value instead of a name?

Post count: 1043

It is okay to use hex.

Post count: 188

Actually, that CSS code makes the post titles red rather than changing the color of the lines.

https://www.dropbox.com/s/79oomwemvgt5zfj/Newspaper%20before%20CSS.png?dl=0

https://www.dropbox.com/s/fvffjsq9jv7t7mq/Newspaper%20after%20CSS.png?dl=0

Can you please assist?

Thanks again.

Post count: 23312

Hi bob,

You should use the code below and place it in Theme panel -> Custom CSS area if you want to change the color line.

.block-title {
border-color: red!important;
}

Thanks for your understanding!

Post count: 188

That worked.
Thanks so much!

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