-
Author
Tagged: css
-
July 10, 2015 at 18:37 #67689
maarten
ParticipantThe UPDATE CART button uses class “button”
The PROCEED TO CHECKOUT uses “button alt” (same for the button on the checkout page)The picture explains it best.
I can’t seem to configure this in the styling options. Removing the alt class in developer console does the trick and makes all buttons look the same.
Any suggestions on how to accomplish this, either through styling in our child theme or moving the woo checkout pages to our child theme?
July 11, 2015 at 20:05 #67811Laura
ModeratorHello, do you want all the buttons to be the same style of the “UPDATE CART” ? So you want a style to change “PROCEED TO CHECKOUT” Button?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 12, 2015 at 03:02 #67820maarten
ParticipantYes, we want to change the proceed to checkout button. not sure why, but it has a class of ‘alt’ in addition to button.
July 13, 2015 at 05:24 #67968Laura
ModeratorHello, could you share a link of your website? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 14, 2015 at 02:01 #68135Laura
ModeratorHello, please add thi css to style.css of child theme or quick css in general settings
COPY CODEa.checkout-button.button.alt.wc-forward { font-size: 11px; margin: 0; line-height: 1.5em; cursor: pointer; position: relative; font-family: inherit; overflow: visible; padding: 10px; text-decoration: none; text-transform: uppercase; -webkit-border-radius: 2px; border-radius: 2px; left: auto; color: #5e5e5e; border: 1px solid #e5e5e5; white-space: nowrap; display: inline-block; transition: all 0.4s ease-in-out 0s; background-color: rgb(247, 247, 247) !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 14, 2015 at 15:48 #68217maarten
ParticipantThanks! I just couldn’t figure out the right identifier: a.checkout-button.button.alt.wc-forward
This fixes it.July 15, 2015 at 09:42 #68370Laura
ModeratorGlad it worked! Please leave us a nice comment and/or a 5 star rating at themeforest 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.