Change Colour of Link colour

Posted in: Newsmag
Post count: 9

Hi,

i want to change the colour of all links in the body text to a new colour.

Where can I do that?

Right now its blue, but I want to turn it into orange.

Thanks in Advance!

Post count: 23312

Hello Coin Hero,

If you want to change this color, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

a {
color:orange;
}

Thanks.

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