How to change the Date and Reply font color in Mobile Theme

Posted in: Newspaper
Post count: 65

Hello Team,

I’m trying to change the Date and Reply font colour to dark, since Google PageSpeed Insights is saying the colour ratio is not enough to read.

I tried but it’s not changing, so am not sure which option I have to modify.

Can you Pls check the below screenshot and let me know the solution?

https://www.screencast.com/t/m5baIcO4f4j

https://www.screencast.com/t/25hXutsxuP

Thank You

Giri

https://www.giriblog.com/

Post count: 21065

Hello Giri!

You need to add CSS code for those elements:

.td-module-meta-info, header .td-module-meta-info .td-post-comments a, .entry-crumbs a, .entry-crumbs, .comment-link, .comment-reply-link
{
color: #000;
}

Thank you!

Post count: 65

Hello Bettina,

Thank you for your response. It worked for a few parts but two more parts were not applied.

Can you Pls check and provide the updated script?

https://www.screencast.com/t/9wKxAYDrdRX6

https://www.screencast.com/t/5m0pi0ZqcCB3

Thank You

Giri

Post count: 21065

Hello Giri!

The updated code is this one.

header .td-module-meta-info, header .td-module-meta-info .td-post-comments a, .entry-crumbs a, .entry-crumbs, .comment-link, .comment-reply-link,
.td-post-next-prev-content span
{
color: #000;
}

Thank you!

Post count: 65

Thank you Bettina for your kind help. It worked!

Giri

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