Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
I am using the dark “charcoal” skin for my site and can’t find where/how to change the harsh white background color for what i assume must be coming from Woo Commerce. It shows up on the licensing table, the shopping cart, fields in the check out, etc. Can anyone point me in the right direction of what CSS code to change this?
Sample http://worldviewstock.com/product/wvi_000010/
Hover over Shopping Cart as well …
Thanks
worldviewstock.com
The easiest way to ever find out what CSS you need to edit is to use Chrome or Firefox and right click and click on ‘inspect element’. With some quick digging you can easily find the classes you need to override.
So for the first thing, it appears to be:
.sse_product_license_table
with the background-color tag.
For the second thing, it appears to be:
.sf-menu ul
with the background tag.
Rather than change the source, it would be better to add it as custom css and add the !important tag so that it overrides the original:
https://css-tricks.com/when-using-important-is-the-right-choice/
Hey Robin,
Thanks for your help with that. I am learning Firebug and can recognize most things but this one eluded me!
worldviewstock.com
You must be logged in to reply to this topic.