This topic has 14 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Robert Hall
hi, is there a way for me to switch different types buttons, just so i can see what they all look like through the site, the filled buttons i have is ok, but i wanna tone down the pink on the site…
Hello,
unfortunately you can only use shortcodes for buttons from our demo:
https://www.8theme.com/demo/woopress/fullwidth/?page_id=15811
There is no option to configure shop buttons in our theme as they are set by woocommerce plugin.
Sorry for inconvenience.
Regards,
Stan Russell.
no what i meant was how can i change the buttons i have now to other buttons such as filled not filled etc…
Hello,
Please specify what buttons you want to change and how.
Thank you.
Regards,
Eva Kemp.
i would like to change the “select options” button from filled to non filled button please?
Hello,
I’ve edited the code in custom.css and changed background color:
a.btn.border-grey.product_type_variable {
background-color: #fff;
color: #f08397;
}
Do you want to change color when hovering the button?
Thank you.
Regards,
Eva Kemp.
sorry maybe i am not making myself clear…i wanted these buttons:
hello is anyone there?
can i just have the default buttons please?
Hello,
Please add this code in custom.css file:
a.btn.border-grey.product_type_variable {
background-color: #fff;
border: 1px solid black;
}
Thank you.
Regards,
Eva Kemp.
hi Eva,
that worked but one more things please, the hover effect is now gone from the button, when the client click “select options” i need the button to have a hover colour background of black & the text to than change to #f08397, this is for the background hover only, not the main button as i like it the way it looks now.
Hello,
Please try to use this code in custom.css file.
a.btn.border-grey.product_type_variable:hover{
background:#000;
color:#f08397;
}
Regards,
Robert Hall.
perfect thank you!
Hello,
You’re welcome!
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up