Developer forum

Forum » Rapido » Link colour in footer

Link colour in footer

Gerard Kocks
Gerard Kocks
Reply

Hi,

Is it possible (without HTML) to set the link colour in footer? We often see that it should be different in the footer than in the content, be we are not able to.
If it is not possible, could it be a nice feature request?

Best regards
Gerard


Replies

 
Shiwanka Chathuranga Dynamicweb Employee
Shiwanka Chathuranga
Reply

Hi

If you need a quick solution as ignite.min.css is customizable, please try the following code with your color selection

.footer__content a:hover {
  color: #f41010 !important;
}

Thanks

Shiwanka

 

You must be logged in to post in the forum