Hi Guys,
I’m working on a new website and do not want my hyperlinks to be underlined.
Especially in the footer where I’d like them to be white and not underline.
Thankssssssssss a lot !
PS : just for info, I’ve tried to import a demo file and wasn’t able to do it like last time…Have you heard about any such trouble?
With OVH?
Hey Ad-Min747,
Please try the following in Quick CSS under Enfold->General Styling:
#footer-page a {
text-decoration: none;
}
Demo import: it’s not possible to import demos when using OVH unfortunately. Please try importing the demo on a site using different hosting, or on a local site. You can then export the theme settings in the theme options. The content can be transferred by copying shortcodes, which can be displayed by activating debug mode under Enfold->Layout Builder->Show Advanced Options. You should also be able to use a plugin which will duplicate/transfer your site from one place to another.
Best regards,
Rikard
Hi,
I tried and cleaned the cache but didn’t succeed.
Di I miss something ?
BR
PS: Thanks for the information and process “for” OVH… :-/
Hi,
Thank you for the update. Try to use this css code instead;
#top #footer-page .av_inherit_color a {
text-decoration: none;
}
Best regards,
Ismael
HI Ismael,
thanks, it works :-)
Best R