This is my site: http://www.catowg.com/blog
On the lower right side, there are some social media image links.
How do I remove the bottom-border or link underline?
Please explain where I should put the code since my skills are limited.
Thank you,
Catowg
Edit wp-content/themes/the-erudite/css/erudite.css and remove border-bottom:1px solid #444; from:
#footer-wrap a {
border-bottom:1px solid #444;
color:#FFFFFF;
text-decoration:none;
}
You are ridiculously awesome, thank you very much. It worked.
It did remove the underline from the image links, however it also removed it from all the other links in the sidebar.
n_pagiulas
Member
Posted 1 year ago #
i have a question:
i need to change the link appearance.
i want only on mouse over the link to be underline.
in any other case, the link to remain simple text.
n_pagiulas
Member
Posted 1 year ago #