Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I have my top pallet buttons set to white text with a transparent background but when there is an item in the cart the "view cart" button is invisible. Is there a way I can change the "view cart" button text to something other than the top pallet button text color or change the dropdown background?
Thanks.
Charlie
www.stalkinglight.com
Offline
I just looked at your site, and the view cart button is visible: White cart icon with white number beneath. Are you not seeing this?
Not sure what the dropdown color has to do with it. Or am I missing what the problem is?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I see that too, but when I click on the cart icon there is a dropdown with the amount in the cart in black and below it the text "view cart" in white on a white background. I assume the "view text" is a button and getting its color for my top pallet button setting.
Charlie
www.stalkinglight.com
Offline
I see. You'll need custom css
this looks to be the selector
li.widget-view-cart a.button
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
and you'll need a rule for the hover color:
li.widget-view-cart a.button:hover {
color: purple;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod, works perfectly as usual. ;-)
Charlie
www.stalkinglight.com
Offline
Pages: 1