Change Link colours without changing accent

Posted in: Newspaper
Post count: 13

Hi,

I’m am wondering if there is anyway to change link (so when you have an in text link) colours without it affecting the accent colours on the website.

I would like to be able to do this so my ‘call to action’ colour on links is different from the rest of my website.

Thankyou very much.

Kind Regards

Bel

Post count: 22421

Hello,
You can style any link with an inline html. All links you add to your content can be edited in html mode and add inline css styles to them or add a custom class to your links like so:
<a class="mycustomclass" href="#" target="_blank">My link text</a>
Then you can use css to add custom style to each anchor tag that has this class
Thank you!

Post count: 13

Are righto. I literally understood none of that haha. All good was just checking if there were was an option under theme colours where you just pick your colour 😉

Post count: 22421

Well the them has an option to style ALL links with the theme accent color from here: http://screencast.com/t/EQsdsXBM6 This option affects more than just the links color. It also affects the menus, and the hover colors across the whole site. If you want to have custom colors for specific links, you need to code it in.
Thank you!

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