- This topic has 7 replies, 2 voices, and was last updated 9 years, 6 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 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 – change quantity text colour in Digital details table
I’m using the integrity dark theme from X theme 2015 and some of the cart tables details are difficult to read, I’ve managed to change some the colours using custom CSS but cant find how to change the color of the quantity text or background
Thanks,
Graeme
[www.autosportpics.co.uk]
You can try adding the following custom CSS code:
.wps_digital_details_table td .qtyInput{
background: transparent;
}
Tried it and doesnt appear to do anything
How did you add the code?
This is what you should do:
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 td .qtyInput{
background: transparent;
}
Thats what I did and it didnt work
Doesn’t look like you have. I can’t see that CSS on your site anywhere.
Where did you enter it?
I deleted it again when it didnt work
Ill put it back in
working now
Thanks