The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Links Have No Underline
Im sure this is simple but I'm not smart.
How do you get the links to have no underline - just like whats here at vbtemps? |
#2
|
||||
|
||||
You have to edit the head insert either in templates or in styles. Look for:
A:link, A:visited, A:active { COLOR: #4274B6; and add TEXT-DECORATION: none; under that. I think that should do it. |
#3
|
||||
|
||||
Hmm..
Seems I already have that there, and yet I've got underlines. ".cat A:link, .cat A:visited, .cat A:active { color: {linkcolor}; text-decoration: none;" |
#4
|
||||
|
||||
What you posted is the .cat class, not the main A: entry. Check your stylesheet again for:
A:link, A:visited, A:active {COLOR: #4274B6; TEXT-DECORATION: none;} |
#5
|
||||
|
||||
Sorry Mashby. I figured since it wasn't a template it'd be okay.
|
#6
|
||||
|
||||
Grrr. Please edit your post and include it as a text file please.
|
#7
|
||||
|
||||
I would like to know how to do this as well. Easier explaintion please.
|
#8
|
||||
|
||||
vBulletin uses Cascading Style Sheets (CSS) for the most of the layout, colors, etc. So, you simply have to change a setting in the CSS that is in the Header section of the Admin Control panel.
So, do the following: 1. Log into your Admin Contol Panel 2. Scroll down to "Styles" in the left navigation and select Modify. 3. Select the "[fonts/colors/etc]" for the style you'd like to edit. 4. Search in the "Head Insert" section for: Code:
A:link, A:visited, A:active { COLOR: #4274B6; } Code:
A:link, A:visited, A:active { COLOR: #4274B6;TEXT-DECORATION: none; } |
#9
|
||||
|
||||
Quote:
Try adding the code that I list in the above post right before ".pagenumstatic {" and see if that helps. FWIW, it appears that you're missing some CSS code. You may want to check out the original to see what's missing. |
#10
|
|||
|
|||
How about making links have a line above and below them..? Thats possible isnt it..? Any ideas mashby..?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|