Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-15-2012, 09:39 PM
Derek Bess's Avatar
Derek Bess Derek Bess is offline
 
Join Date: Mar 2011
Posts: 325
Default What's the CSS class for the yellow hover on terms & conditions?

Does anyone know what the css class is for the yellow hover on terms and condition? Basically a yellow background appears when you hover over the "continue button" when the checkbox is not selected. I want to change the color of the hover, just can't find the css class.


Thanks!
Reply With Quote
  #2  
Old 03-16-2012, 06:40 AM
Makfruit's Avatar
Makfruit Makfruit is online now
Ecwid Team
 
Join Date: Oct 2011
Posts: 3,128
Default

Quote:
Originally Posted by Derek Bess View Post
Does anyone know what the css class is for the yellow hover on terms and condition? Basically a yellow background appears when you hover over the "continue button" when the checkbox is not selected. I want to change the color of the hover, just can't find the css class.


Thanks!
Hello,

The "Terms and conditions" box on the cart page is placed in the div element with CSS class 'ecwid-productBrowser-cart-termsCheckbox'. When you mouse over the 'Checkout' button without ticking the "I agree.." checkbox, another class is added to that element: "ecwid-productBrowser-cart-termsCheckbox-rollover". Thus, in order to change its background, you will need to use the code like this in your custom CSS theme:
Code:
div.ecwid-productBrowser-cart-termsCheckbox-rollover {
  background-color: #ffaabb;
}
Please replace the '#ffaabb' value with a desired color code.

Please also refer to this article:
How do I know CSS style name for the design element I want to change?
__________________
Matvey Kuritsyn
Ecwid Team

‣ Find ready answers, demos, tips and tricks and more in Ecwid Help Center

‣ Check out Ecwid video tutorials or share your own tutorial with us

---
⇩ Click Thanks, please, if this reply helped you.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:31 PM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.