Underline all hyperlinks
-
All,
On http://gospeltothejewfirst.org/, I need to underline all hyperlinks. Please provide step by step instructions by 3 pm EST on Monday, April 131th.
I am a Premium customer. My site theme is Intergalactic.
Thank you.
Ryan
The blog I need help with is: (visible only to logged in users)
-
Hi Ryan, The following CSS will underline all hyperlinks within your site, including the site title, read more button text and everything.
a { text-decoration: underline; } -
Thank you.
How can I underline only the text in the pages and posts? I do not want to underline the site title and read more button at this time.
-
To underline only the links in post and page content on Intergalactic, we can use a more specific CSS selector.
entry-content a { text-decoration: underline; } -
Thank you, thesacredpath. You have been very helpful.
I erased everything in the CSS field and put:
entry-content a {
text-decoration: underline;
}However, the pages (for example, http://gospeltothejewfirst.org/2015/04/10/tractsguides/) do not show underlines for hyperlinks.
Please let me know what else I can try.
-
Sheesh, I’m so sorry. I somehow missed copying the opening period ( . ) in front of entry-content. Add a period so it looks like this.
.entry-content a { text-decoration: underline; } -
-
- The topic ‘Underline all hyperlinks’ is closed to new replies.