The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi i hope i dont confuse anyone i need help with this code that i have for a custom stlye
<div class="navright"><a href="blog.php">Blogs</a></div> what do i add to the code to make the Blogs a different colour thanks i am sorry if i am asking this in the wrong section |
#2
|
||||
|
||||
![]()
You can add a style to the DIV tag with color name or Hexadecimal code you want.
Code:
<div class="navright" style="color:red;"><a href="blog.php">Blogs</a></div> |
#3
|
|||
|
|||
![]()
Thanks i will try that
--------------- Added [DATE]1221594736[/DATE] at [TIME]1221594736[/TIME] --------------- Hi nope it did not work how do i had this code if i want it yellow #EEEE00 |
#4
|
||||
|
||||
![]()
Which way did you try? Post the code you used.
|
#5
|
|||
|
|||
![]()
Hi this
<div class="navright" style="color:red;"><a href="blog.php">Blogs</a></div> and this <div class="navright" style="color: #123456;"><a href="blog.php">Blogs</a></div> |
#6
|
||||
|
||||
![]()
You probably need to add the color the .a navright CSS, then.
If your just looking to change the blog link only, then just go with basic HTML and see if that works. Code:
<div class="navright"><font color="#123456"><a href="blog.php">Blogs</a></font></div> |
#7
|
|||
|
|||
![]()
Something like this would probably work better:
HTML Code:
<div class="navright" id="bloglink"><a href="blog.php">Blogs</a></div> Code:
#bloglink a { color:#123456; } |
#8
|
|||
|
|||
![]()
many thanks
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|