Hi,
I created a Footer page which I want to have same look and feel as: https://themeforest.net/?irgwc=1&clickid=2YRXkZQi3xyJUGuwUx0Mo3E2Uknwy5U1kwHX3k0&iradid=275988&irpid=1878120&iradtype=ONLINE_TRACKING_LINK&irmptype=mediapartner&mp_value1=&utm_campaign=af_impact_radius_1878120&utm_medium=affiliate&utm_source=impact_radius&gclid=Cj0KCQjwr-_tBRCMARIsAN413WRBLpDbQPNLhcAKjlxhLJsg3HpGVl7NRH8ThmzGGftHS8Fsv93UKVIaAiK_EALw_wcB
How do I remove the underlines on the links to other pages in a textblock?
I assume it can be done tin the text view in the textblok but I don’t know what code to write.
I added login stuff in private content.
Hey sanjamarinkson,
If you add an ID to the section where the links are located, then you can target them with CSS like this:
#your-id a {
text-decoration:none;
}
Best regards,
Rikard
Hi Rikard,
Sorry Im really struggeling with this…. what do you mean with adding an ID to the section where the link is located ??? Please guide me. And also, where do I add the code? In Enfold ->General Layout???