Change Link color only

Posted in: Newspaper
Post count: 112

I put this code into the Custom CSS area of Theme Panel:

a {
color: #1896f4;
}

It’s changing the link color on desktop, but not on mobile. I cleared website data from my iPhone when I checked. Do I need to add custom CSS just for mobile link color, too?

Thanks in advance.

Post count: 23312

Hello travisnw,

Try to use the !important tag to give more priority of your code.

The code is ->

a {
color: #1896f4!important;
}

Notice that the rule is the same for all devices.

Thanks.

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