So, i'm trying to control the text size and colour of the menu buttons (plain text), and i couldn't work out if i'd need to alter the nav classes (.a .a visited etc) or if it'd be the welcome_table class? Id've thought that changing the .a class would affect any link, where all i want to do is change the top menu buttons.
Someone put me out of my misery!![]()
<style type="text/css">
.welcome a {
font-size: 10px;
color: #FFFFFF;
}
</style>
that should work!![]()
Unless i'm doing something wrong, it doesn't![]()
r u sure? it works fine on my test site.
do u have text menus enabled? and is it in ur global headers?
r u sure? it works fine on my test site.
do u have text menus enabled? and is it in ur global headers?
Yup, in global headers and text menus are enabled.![]()
r u using a premade skin?
Nope, it's a blank canvas.
Try:
<style type="text/css">
#menu_buttons, menu_buttons a {
font-size: 10px!important;
color: #FFFFFF;
}
</style>
Try:
<style type="text/css">
#menu_buttons, menu_buttons a {
font-size: 10px!important;
color: #FFFFFF;
}
</style>
Don't think that worked, either![]()
Take a look: http://sciba.vforums.co.uk/ (it's in MM, but Ross can access it)
Whoops, I missed the second #It's working on there now
![]()
Awesome, cheers![]()