I have modified my Act_Primary.html file to point to a custom CSS class that I created for the list down the side of my store for the sections (best seller theme).
I was wondering if anyone could tell me how to make the underline on rollover disappear and change the colour of the copy ot a blue?
I have been able to make this effect all the other copy in the site but I would like to have it effect just the stuff in the categories list (the JavaScript is YahooSections) on the left side of my store. It worked on changing the font and size but I need ot change the text decoration to none and th ecolour ot a blue on rollovers.
Below is the code I added to the actinic.css file.
.catList {
font-size:9px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight: bold;
padding-left: 5px;
}
Thanks in advance for any and all help.
Cheers!
Kevin
I was wondering if anyone could tell me how to make the underline on rollover disappear and change the colour of the copy ot a blue?
I have been able to make this effect all the other copy in the site but I would like to have it effect just the stuff in the categories list (the JavaScript is YahooSections) on the left side of my store. It worked on changing the font and size but I need ot change the text decoration to none and th ecolour ot a blue on rollovers.
Below is the code I added to the actinic.css file.
.catList {
font-size:9px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight: bold;
padding-left: 5px;
}
Thanks in advance for any and all help.
Cheers!
Kevin
Comment