Developer forum

Forum » Rapido » Footer Link Style

Footer Link Style

Tan Pang Lin Dynamicweb Employee
Tan Pang Lin
Reply

Dear Sir

May I know is it possible to have a separate footer link style?

As per attached image,  it is using the secorndary button link setting,   if I will to change the font colour to white,  then would mean that I would not be able to use it in content if the background is white colour.    What would be the workaround if the request cannot be done?

Thanks

Pang Lin

footerlink.jpg

Replies

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply
This post has been marked as an answer

Hi Pang Lin

There is no configuration setting for this in Rapido Beta 2, but we may consider adding it in a comming release. Right now, what you can do, is target the link in the "Ignite" css project, where you make your custom css. In Templates/Designs/Rapido/css/Ignite/_footer.less simply add a block like this:

.footer.dw-mod a {
     color: pink;
}


Best regards
Karsten Thuen

Votes for this answer: 1

 

You must be logged in to post in the forum