Change font of category

Hi again :slight_smile:



Before I upgraded to the version I use now I was able to highlight and change the font of a category name. Now when I put the code for bold or a color it just shows up on the category on the home page. Instead of bold text it says Then the text. Is there a way to change it? Thank you again in advance, I truly appreciate you guys.

Line 79 of vmenu.css

/skins/basic/customer/vmenu.css



Add this code


font-family:[COLOR=Red]arial[/COLOR];
so that appears like this:



#vmenu a, #vmenu li ul li a { /* 2nd+ level items (a tag) */
text-decoration:none;
font-family:[COLOR=Red]arial[/COLOR];
color: #333333;
font-weight: bold;
display:block;
padding: 5px 4px 6px 12px;
}


substitute Arial for whatever font you like.



Jesse

How the heck do you know all this stuff! Thank you :slight_smile:

[quote name=‘jacksuncle’]How the heck do you know all this stuff! Thank you :)[/quote]



I work from 7am to 2am.



Lets just say I’ve seen it all before lol