Remove underline for links
The Library of Code is a compilation of different bits of html, CSS and Javascript that I’ve used in my own web design. Rather than keeping the links from creators all over the internet stored locally I thought I’d share them instead! Keep these at hand by subscribing to the foubography rss feed or head to foubography’s instagram and save the posts.
Just paste this bit of code in Design > Custom CSS and adjust accordingly.
/* Change blog category dividers */
/* Change site wide for all links */
a {
text-decoration: none !important;
}
/* Change for a specific block */
#BLOCKID a {
text-decoration: none !important;
}
/* Change blog category dividers END */
For more code click here