hi there, can you help me how can I remove underline hover for links in footer? I linked my website address for more clarifications.
Hey hooman80,
Please try the following in Quick CSS under Enfold->General Styling:
#footer a:hover {
text-decoration: none;
}
Best regards,
Rikard
Hi Rikard,
I tried your code but it didn’t work.
sorry, I do not bother anyone but I’m becoming crazy to open a new topic. What can I do? Thanks for an answer!
Hi Daniela:
here: https://kriesi.at/support/forum/enfold/#new-post
Hi hooman80,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#footer li:hover a {
text-decoration: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thank you so much, it perfectly works now!
Hi hooman80,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko