Comments John started the conversationFebruary 12, 2016 at 10:08pmHello,I would like to change the round shape of the +/- buttons on my website to be flat and boxed.How can I make this possible? John replied privately 8,992Tahir repliedFebruary 16, 2016 at 1:59amHey,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :@media only screen and (max-width: 690px) { .woocommerce div.product form.cart div.quantity { margin-bottom: 15px !important; float: none !important; margin: auto; } html .woocommerce-page div[data-project-style=\"text_on_hover\"] button.single_add_to_cart_button[type=\"submit\"] { float: none !important; margin: auto; display: block; } }Bes.t ThemeNectar Support Team John repliedFebruary 16, 2016 at 3:52amthank youThe code worked for alignment issueBut I\'ve attached two picturesYou can see how on the computer my +/- buttons are flat but on mobile they are roundThat\'s all I would like fixed if possiblePlease adviseThank You 8,992Tahir repliedFebruary 17, 2016 at 12:17amHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :input { -webkit-appearance: none; border-radius: 0; }Best. ThemeNectar Support Team John repliedFebruary 17, 2016 at 1:05amThere is a RED CROSS...now what!?!? 8,992Tahir repliedFebruary 17, 2016 at 4:50pmJust added it: http://prntscr.com/a4eqse . Please check now. Best. ThemeNectar Support Team John repliedFebruary 17, 2016 at 5:05pmHey !It worked out on mobile..but now theres a BIG problem. There arrows for +/- NO LONGER appear on the desktop version, they just disappeared altogether !Can you please fix it while keeping the mobile buttons flat like we need them to beThank YouJohn repliedFebruary 18, 2016 at 5:28pmPlease disregard last message. Mustve have been a glitch 8,992Tahir repliedFebruary 18, 2016 at 8:49pmAdded it in a mobile media query .Best. ThemeNectar Support Team Sign in to reply ...
Hello,
I would like to change the round shape of the +/- buttons on my website to be flat and boxed.
How can I make this possible?
Hey,
Bes.t
ThemeNectar Support Team
thank you
The code worked for alignment issue
But I\'ve attached two pictures
You can see how on the computer my +/- buttons are flat but on mobile they are round
That\'s all I would like fixed if possible
Please advise
Thank You
Hey Again,
Best.
ThemeNectar Support Team
There is a RED CROSS...now what!?!?
Just added it: http://prntscr.com/a4eqse . Please check now.
Best.
ThemeNectar Support Team
Hey !
It worked out on mobile..but now theres a BIG problem. There arrows for +/- NO LONGER appear on the desktop version, they just disappeared altogether !
Can you please fix it while keeping the mobile buttons flat like we need them to be
Thank You
Please disregard last message. Mustve have been a glitch
Added it in a mobile media query .
Best.
ThemeNectar Support Team