Hyperlinks – I want to remove underline, and change colors.
-
Hi, My site is not active yet (www.myfavoritehello.com) but I am trying to change the hyperlinks in my posts and on my pages.
I saw some CSS from another thread but it didn’t work. I would like to do the following for hyperlinks only in posts and on pages:
1) remove the underline
2) make the hyperlinks bold
3) customize the color of hyperlinks
4) customize the color of hover
5)customize the color of hyperlinks that have been clicked onI tried this from another thread but it didn’t work:
.single-content a, .single-content a:hover, .single-content a:visited, .single-content a:active { font-weight: boldl; /* not bold links in single posts */ }.single-content a { color: #f6b0c7; /* color of links in single posts */ }
.single-content a:hover { color: #7e7e7e; /* color of links when hover mouse over in single posts */ }
.single-content a:active { color: #f6b0c7; /* color of links when active in single posts */ }
.single-content a:visited { color: #7e7e7e; /* color of links after user has visited it in single posts */ }Also, can you clarify whether I add the code in the “Add CSS” section or do I put in in every individual post and/or page?
Thank you so much!
- The topic ‘Hyperlinks – I want to remove underline, and change colors.’ is closed to new replies.