Matthew Treanor
11-09-2007, 02:18 AM
Hey all,
Ive made a template with the added custom.css file but when i put it on my website the menu doesnt change to the font size etc that i want.. as far as i kno my css code is right.. it's like soho is just ignoring that part of my css.. it's frustraing as .. any idea's?
either way here is the code!
Code:
div.vmenu_main_on { font-family: Arial;
font-size: 13px;
font-weight: bold;
padding: 0px 0px 0px 3px;
a.vmenu_main_on:link { color: #000000; font-family: Arial; font-size: 13px; font-weight:bold; text-decoration:none;}
a.vmenu_main_on:visited { color: #000000; font-family: Arial; font-size: 13px; font-weight:bold; text-decoration:none;}
a.vmenu_main_on:hover { color: #000000; font-family: Arial; font-size: 14px; font-weight:bold; text-decoration:none;}
a.vmenu_main_on:active { color: #D60C8C; font-family: Arial; font-size: 13px; font-weight:bold; text-decoration:none;}
This is the link for the site it's on.. http://www.howlingsuccess.com.au/
Thanks for you Help!
Ive made a template with the added custom.css file but when i put it on my website the menu doesnt change to the font size etc that i want.. as far as i kno my css code is right.. it's like soho is just ignoring that part of my css.. it's frustraing as .. any idea's?
either way here is the code!
Code:
div.vmenu_main_on { font-family: Arial;
font-size: 13px;
font-weight: bold;
padding: 0px 0px 0px 3px;
a.vmenu_main_on:link { color: #000000; font-family: Arial; font-size: 13px; font-weight:bold; text-decoration:none;}
a.vmenu_main_on:visited { color: #000000; font-family: Arial; font-size: 13px; font-weight:bold; text-decoration:none;}
a.vmenu_main_on:hover { color: #000000; font-family: Arial; font-size: 14px; font-weight:bold; text-decoration:none;}
a.vmenu_main_on:active { color: #D60C8C; font-family: Arial; font-size: 13px; font-weight:bold; text-decoration:none;}
This is the link for the site it's on.. http://www.howlingsuccess.com.au/
Thanks for you Help!