=MGN=RedEagle Well-known member Jul 21, 2014 #1 Hi there, How could I make it so that links show like this by default and not like this.
Amaury Well-known member Jul 21, 2014 #2 With an underline? Just enable the underline effect in the style properties for links. Upvote 0 Downvote
=MGN=RedEagle Well-known member Jul 21, 2014 #3 Yes, which area allows me to set underlines only for forum posts? Upvote 0 Downvote
Amaury Well-known member Jul 21, 2014 #4 FaithFirst said: Yes, which area allows me to set underlines only for forum posts? Click to expand... Try this: Code: .message .messageText > :first-child { text-decoration: underline !important; } Upvote 0 Downvote
FaithFirst said: Yes, which area allows me to set underlines only for forum posts? Click to expand... Try this: Code: .message .messageText > :first-child { text-decoration: underline !important; }
=MGN=RedEagle Well-known member Jul 21, 2014 #5 Sorry if I sound noob. Where do I put this? I am looking now at: Style Properties: PageNav, Link Groups and Tabs Upvote 0 Downvote
Sorry if I sound noob. Where do I put this? I am looking now at: Style Properties: PageNav, Link Groups and Tabs
Amaury Well-known member Jul 21, 2014 #6 FaithFirst said: Sorry if I sound noob. Where do I put this? I am looking now at: Style Properties: PageNav, Link Groups and Tabs Click to expand... Put it in the EXTRA.css template. Upvote 0 Downvote
FaithFirst said: Sorry if I sound noob. Where do I put this? I am looking now at: Style Properties: PageNav, Link Groups and Tabs Click to expand... Put it in the EXTRA.css template.
=MGN=RedEagle Well-known member Jul 21, 2014 #7 Thanks. Update: tried this and it seems to underline all signatures and quotes too. Upvote 0 Downvote