Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 WordPress for Ecommerce Templates
 Button Color and Hover Settings
Author « Topic »  

lostbuckaroo
Advanced Member

113 Posts

Pre-sales questions only
(More Details...)

Posted - 06/27/2019 :  08:43:55  
Can someone please tell me where to edit the button color for and hover options for "add to cart", "ask a question", "prev / next", "checkout" etc..

I've been searching CSS docs and can't seem to figure this out.

Site being developed : http://lostbuckaroo.com/lbwp/categories.php

Thank you

Edited by - lostbuckaroo on 06/27/2019 08:46:15

Andy
ECT Moderator

95440 Posts

Posted - 06/27/2019 :  08:49:53  
Hi

You can use the developer tools in Firefox to find the class set on any element on the page, the last post here explains it https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=74876

So for example if you have the mouse over the ask a question button you'll see the class is input.askaquestion

Andy

Please feel free to review / rate our software

lostbuckaroo
Advanced Member

113 Posts

Pre-sales questions only
(More Details...)

Posted - 07/01/2019 :  08:34:27  
Got it figured out the button color seemed to be directly attached to a color setting within the the WP Theme I'm using.

Thank you

Edited by - lostbuckaroo on 07/01/2019 08:45:57

Phil
ECT Moderator

United Kingdom
7680 Posts

Posted - 07/03/2019 :  06:07:33  
Hi Carlos,
Here's a list of most of them, adding these should override the WP Theme input styles. Just change the colours to suit

input.buybutton,input.donationsubmit, input.sccheckout, input.checkoutbutton, input.vieworderstatus, input.viewlicense, input.trackpackage, input.login, input.newaffiliate, input.affiliatelogin, input.search,input.cartaccountlogin, input.newaccount, input.forgotpassword,input.logintoaccount, input.createaccount,input.efclose,input.efsend,input.gcsubmit,input.askaquestion,input.emailfriend,input.qbuybutton{
background:#5fa609;
color:#fff;
padding:6px 16px;
border:0;
border-radius:4px;
font-size:1.1em;
}
input.buybutton:hover,input.donationsubmit:hover, input.sccheckout:hover, input.checkoutbutton:hover, input.vieworderstatus:hover, input.viewlicense:hover, input.trackpackage:hover, input.login:hover, input.newaffiliate:hover, input.affiliatelogin:hover, input.search:hover,input.cartaccountlogin:hover, input.newaccount:hover, input.forgotpassword:hover,input.logintoaccount:hover, input.createaccount:hover,input.efclose:hover,input.efsend:hover,input.gcsubmit:hover,input.askaquestion:hover,input.emailfriend:hover,input.qbuybutton:hover{
background:#0f7510;
color:#fff;
cursor:pointer;
}



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Edited by - Phil on 07/03/2019 06:08:17
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000