Tagged: add to cart, woocommerce
-
AuthorPosts
-
September 30, 2017 at 5:05 pm #858780
Hello,
i just bought a new copy of Enfold for a new client of mine.
I’m trying to customize a bit the add to cart button to match the client communication style.
I need support in changing the following things if possible:i’d like to have the + – quantity button to look like the following image.
Thank you
September 30, 2017 at 7:29 pm #858801Hey bitinteractive,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeOctober 1, 2017 at 1:42 pm #858898Hello Mike
the website cannot be published, in the private content you can see the login info
once logged you can go herehttp://morsoworld.com/prodotto/collare-broken-self/
I would like to know if it is possible to switch the quantity buttons on the same row of the size and have the “add to cart” button at 100% width.
Thank you
October 1, 2017 at 3:25 pm #858922Hi,
It seems that the login is not admin, or that you have a security plugin blocking our access to the theme options keeping me from making these changes.
So please check your color settings for “background-color: sq9mro9qdms;” which is invalid, please change it to black (#000000)
This fix may still work if you can’t find the error, Try this code in the General Styling > Quick CSS field:#top .alternate_color .quantity input.plus, #top .alternate_color .quantity input.minus {border-color: transparent!important; color: #fff!important; background-color: #000!important; } div form.cart div.quantity {min-width: 129px!important; } #top .quantity {background-color: transparent!important; } #top .quantity .input-text.qty.text {background-color: #dcddde!important; }
Best regards,
MikeOctober 2, 2017 at 11:43 am #859173Hello Mike,
i changed your permission to administrator.
It is possible to remove the shade on the plus minus button? The client requested the buttons transparent, so just the border without the filling.
Please let me know
Thank youOctober 3, 2017 at 9:53 am #859540Hi,
Please use the following css codes to make the quantity buttons transparent.
#top .alternate_color .quantity input.plus, #top .alternate_color .quantity input.minus { border-color: #ffffff !important; color: #ffffff !important; background-color: transparent !important; background-image: none !important; }
Best regards,
IsmaelOctober 3, 2017 at 9:57 am #859543Thank you Ismael. It worked like a charm :)
Have a nice day
October 3, 2017 at 10:40 am #859568 -
AuthorPosts
- You must be logged in to reply to this topic.