Log in

View Full Version : Overriding styles in different stylesheets



Irishcash33
07-21-2008, 07:46 PM
Hi,
I am using QuickShoppingCart from Godaddy. They have space where you can override there css styles. Within my cart section there is 4 stylesheets. Is there a way to talk to a specific stylesheet?
For example:
There's a #menu btn in styles1.css and styles2.css.
Is there a way I can override #menu btn in styles2.css but not styles1.css???
Also I don't have access to their html code. So it's only in css!
Any thought?
I hope I am not confusing!!!

Thanks

TheJoshMan
07-21-2008, 08:00 PM
can I see a link to the page in question? Along with maybe a list of the items you want to be able to change?

Irishcash33
07-21-2008, 08:08 PM
site (http://www.wallstclothing.com)
click on a shirt, and you will come to the cart that is in question.
In firebug you will see up to 4 different style sheets.
One thing I want to change, are the buttons for the sizes, etc.
The other big problem is in IE7 pc...the alignment/float is way off...I can not fix this for the life of me...
that style I believe is #expander.

Thanks

TheJoshMan
07-21-2008, 08:11 PM
gimme a few minutes to take a shower and I'll get back to you, ok?

TheJoshMan
07-21-2008, 08:51 PM
Try adding this into your custom CSS area or whatever it is:



table.product-options-table select{
background:#060606;
font-family:verdana;
color:#606060;
border:1px;
border-style:solid;
}
table.product-options-table input{
background:#060606;
font-family:verdana;
color:#606060;
}

TheJoshMan
07-21-2008, 08:56 PM
Also, if you want your images of your products to blend nicely with the page, since they are on a black background you may want to change the color of your "Wrapper2" background. It's currently set to #060606. Not much difference, but you can tell that it's a different color than the background of the images.

Change This:


#wrapper2 {
background-color:#060606;
}


To This:


#wrapper2 {
background-color:#000000 !important;
}



Good luck, hope this all helped!

TheJoshMan
07-21-2008, 10:03 PM
Did that help?

Irishcash33
07-22-2008, 03:00 AM
I made the bg transparent. The alignment is still off. I believe it is the #expander, but the styles I try to put in to override it, don't work.
Thanks for your help. I am going to plug at it more tomorrow.
peace