Mobile theme link colour

Posted in: Newspaper
Post count: 15

Hi, is it possible to change the the link colour of article titles in the mobile theme? Ours is black by default and we’d like to change. Can this be done with custom css?

Thanks

Post count: 23312

Hello andrewm,

Provide your website URL and what exactly do you want to change so I can investigate it closer.

Thanks.

Post count: 15

Hi Catalin, it’s https://news.arseblog.com and I’d like to change the headline on each story to a different colour.

Post count: 22421

Hello,

You can add this code in the mobile theme custom css secton at the bottom of the theme panel:

.td_module_mob_1 .entry-title a, .td_module_mob_1 .td-post-date{
color:red;
}

Thank you!

Post count: 15

Thanks Bogdan, that’s perfect.

??

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