- 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 › Digital Design Table alternates black and white background with white text
My Digital Design Table background alternates a transparent and white background with white text so that I cannot read every other line. I want to either alternate text colors or have the background completely transparent.
Also, my magnifying glass magnifies behind the photo, not in front. A larger image appears behind the photo being magnified, not in front.
Please provide a link to the gallery so we can see the CSS.
[http://www.larrylyonphotography.com/?page_id=166&gallery_id=1&image_id=170&image_name=Chapel-Hill]
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-pricing-tables .wps_digital_details_table .wps_tr_even {
background: transparent;
}
.wps_digital_details_table{
margin-bottom: 20px;
}
.zoomContainer{
z-index: 9999;
}
That worked. thanks!