Colored link in footer's text ?

Posted in: Newspaper
Post count: 187

How to have a colored link in footer’s text ?
I added a link in my footer but it’s white instead of the link color :

Byothe.fr est un site dédié à l'actualité du web. Il a pour vocation de dénicher les sites et informations incontournables pour tout comprendre et exploiter au mieux les ressources disponibles sur Internet. En savoir plus...

Post count: 23312

Hello @byothe,

You can do this if follow this steps below:

-in first step have to do an extra class for your link, like that:
http://screencast.com/t/uRXPC7lb => this code have to be put in footer source, this depends on which footer template to use in theme: http://screencast.com/t/a36ARaCGP

-in final step have to be put this code in theme panel=>custom CSS area and change the color as you want, like that: http://screencast.com/t/KrusGcTDp

.alink {
color:red;
} 

Hope this helps!
Thanks for message and let us know how it goes!

  • This reply was modified 10 years by Catalin.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.