This topic has 8 replies, 2 voices, and was last updated 8 years by Laura.

  • Author

    Tagged: 

  • #67689
     maarten
    Participant

    The 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?

    #67692
     maarten
    Participant

    picture

    Attachments:
    You must be logged in to view attached files.
    #67811
     Laura
    Moderator

    Hello, 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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #67820
     maarten
    Participant

    Yes, we want to change the proceed to checkout button. not sure why, but it has a class of ‘alt’ in addition to button.

    #67968
     Laura
    Moderator

    Hello, 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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #68009
     maarten
    Participant
    #68135
     Laura
    Moderator

    Hello, please add thi css to style.css of child theme or quick css in general settings

    COPY CODE
    
    a.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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #68217
     maarten
    Participant

    Thanks! I just couldn’t figure out the right identifier: a.checkout-button.button.alt.wc-forward
    This fixes it.

    #68370
     Laura
    Moderator

    Glad 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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?