The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello, I apologize if this question has already been asked, but I searched and wasn't able to find it.
I have been playing around trying to get the links in my CMS articles to have an underline at all times (not just during hover). I see that stylevar > links > link_textDecoration will cause all links to be underlined everywhere, which obviously I don't want. How can I accomplish this for just the links within the CMS articles and nowhere else? THANKS |
#2
|
||||
|
||||
![]()
add the following to your additional.css
Code:
.vbcms_content a { text-decoration: underline; } |
#3
|
|||
|
|||
![]()
Thank you for the reply cellarius! I tried it but unfortunately, it is causing all links in the CMS portion of the site to be underlined. For example, all of the links on the CMS home are underlined. All I want is the links which are in the CMS articles to be underlined. Do you have any other ideas?
Thank you! |
#4
|
||||
|
||||
![]()
Try:
Code:
#article_content a, .article_preview_contents a { text-decoration: underline; } |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|