Link Color

Posted in: Newspaper
Post count: 23

Hi, Currently Newspaper using site theme color as a link for color.

For example, My site theme color is green so link color also green. I only want to change link color from green to blue on my all pages.

But I want to make links in blue color, Can you tell me how I do this? Thanks.

Post count: 23312

Hello Achal,

If you want to make the links in blue color, please check the code below ->

a{
color:blue;
}

Thanks.

Post count: 23

Can also tell for email? If I want to change color for email

Post count: 23312

Hello Achal,

Use the code below ->

.footer-email-wrap a {
color:red!important;
}

Thanks.

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