- This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Photo seller shopping cart change background color
Currently alternative rows on my shopping cart are white text on white background. I have altered this for the product details by adding code .wps_digital_details_table in WP Custom CSS and setting background to none. However I can not do the same with the shopping cart. I am not sure whether it is my theme which is causing the problem or elsewhere. I have searched the forum for similar posts and though I do not profess to be a coder I can understand the various bits of code which have been suggested for WP Custom CSS but can not find a piece of code that meets my requirements. Any thoughts? I am using a legacy photocrati theme which is mainlyly grey text on a black background.
Please provide a link to your gallery page so we can inspect the CSS of shopping cart page.
I have just the one test page at the moment
[http://alliginphotography.co.uk/photogallery/gallery3/]
When I do test purchase of a selection of images the shopping cart is banded on alternative rows with either a black (possibly transparent) background and with a grey background. Text is white/grey so of course can not be easily read on the grey background.
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
#viewCartTable .pure-table-odd td{
background: transparent;
}
Peter. Thank you all now working and as ever a speedy response. I already had the plugin just needed help in finding the right table name to alter.