- This topic has 11 replies, 4 voices, and was last updated 6 years, 11 months ago by .
Viewing 12 posts - 1 through 12 (of 12 total)
Viewing 12 posts - 1 through 12 (of 12 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 – Can I change the design of the price table?
Hello! Can I change the design of the price table. Light text on a light background bad readability, I would like to get a table without light stripes background – as the first line of a price? Thank U!
[http://czdistagon.com/?page_id=15&gallery_id=1&image_id=19&image_name=Заголовок-_MG_758743862920]
Aleks
and is it possible to install moshrift (as my logo) for Watermark Text
I would like to get a table without light stripes background
You can easily remove the light rows as follows:
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:
.wps_digital_details_table .wps_tr_even {
background: none;
}
thanks for the reply
I did everything as written, but it did not help (
Maybe some settings do not allow you to make changes?
Made directly using Firebug)
thanks!
I would like to either change the text from white to black or eliminate the white background on the cart page. I added the following CSS code in the settings:
.wps_digital_details_table .wps_tr_even {
background: none;
}
This did not have any effect on the light stripes background. Is this the correct code?
Thank you.
I have answered your other question on the following post (it will show you how you can change the font color):
https://support.tipsandtricks-hq.com/forums/topic/change-font-for-shopping-cart-widget
I did attempt to change all the text to blue however, i could not get all the text to take on the change. What would be the CSS code to change the background to just black? Currently it is alternating black and white.
can you please provide the URL of the exact page you are referring to?
http://rdwphotography.com/store/cart/
You will need to add a couple of items to the cart to see.
This should work:
#viewCartTable .pure-table-odd td{
background-color: transparent;
}
PERFECT! Thank you.