Change elements (font,color,radius) on cart page

This topic has 4 replies, 2 voices, and was last updated 2 weeks, 6 days ago ago by Tony Rodriguez

  • Avatar: TheOne
    TheOne
    Participant
    December 6, 2024 at 00:08

    Hello,

    I can’t for the life of me find where i can change (font, color, radius for coupon code) of the elements circled in the picture. Also can we change quantity type (circle)?

    Thank you,

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 6, 2024 at 06:25

    Hello, @TheOne,

    Thank you for contacting us and for using XStore.

    1/ Kindly navigate to XStore builders > Cart page builder > Go to Builder > edit Cart page (default) > Edit cart table > Edit quantity > Select style Circle and then go to Style > check and set typography as per your requirement and update it.

    Please see the image for reference in the private content area.

    2/ To change (the font, color, and radius for coupon code), Please add the following CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:

    .coupon input#coupon_code {
        border-radius: 12px 0 0 12px;
        font-family: "Roboto";
        font-size: 18px;
        max-width: 200px;
        border-right: 0;
    }
    .coupon input[type="submit"][name="apply_coupon"] {
        border-radius: 0 12px 12px 0 !important;
        min-width: 120px;
        font-family: "Roboto";
        font-size: 18px;
        position: static !important;
        height: 37px;
    }
    
    .coupon {
        justify-content: start;
    }

    We hope this helps. Should you require any further assistance, please do not hesitate to reach out. We are here to help you.

    Best regards,
    8Theme’s Team

    Please contact administrator
    for this information.
    Avatar: TheOne
    TheOne
    Participant
    December 6, 2024 at 09:08

    Perfect. How about, if i want to change cart product titles and price (separately)?

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 6, 2024 at 11:28

    Hello, @TheOne,

    Thank you for your response.

    We kindly request further clarification regarding your inquiry, as it is currently a bit unclear to us. Could you please provide more detailed information about your specific request or desired goal? This will help us better understand your needs and assist you more effectively.

    We look forward to your response.

    Best regards,
    The 8Theme Team

    Please contact administrator
    for this information.
  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.