How to change the author's color?

Posted in: Newspaper
Post count: 460

Hello,

I use the tagdiv mobile plugin. When I see an article on PC, the name of the author is black. When I see an article on mobile, the color is purple.

How can I put the color in black also in mobile?

https://fotos.subefotos.com/714c58cd6bf35530a1ca5b19f00cceb6o.jpg

https://fotos.subefotos.com/26760ed00963c3ce5ac56e8c29cedc48o.jpg

Website: https://cutt.ly/Pjo9xB6

Thanks a happy new year 🙂

Post count: 27744

Hello,

If you use the mobile theme, the link color is set using the mobile theme accent color => https://i.imgur.com/qaGJrEr.png.
You need to add custom code in Theme Panel -> Mobile Theme -> Custom code => https://www.screencast.com/t/MTGddLayVbp -> https://www.screencast.com/t/h0KMoLzXX18.
The code is:

.td-post-author-name a
{
color: black;
}

Hope this helps you!

Thank you!

Post count: 460

Thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.