Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2017-08-26 00:15:43

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

"View Cart" button color/background

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.

Offline

#2 2017-08-26 00:42:41

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: "View Cart" button color/background

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

#3 2017-08-26 00:55:41

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

Re: "View Cart" button color/background

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.

Offline

#4 2017-08-26 01:21:40

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: "View Cart" button color/background

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

#5 2017-08-26 01:23:38

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: "View Cart" button color/background

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

#6 2017-08-26 01:46:53

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

Re: "View Cart" button color/background

Thanks Rod, works perfectly as usual. ;-)

Offline

Board footer

Powered by FluxBB