Woocommerce pages theme customization, configuration

This topic has 6 replies, 3 voices, and was last updated 11 months, 4 weeks ago ago by Tony Rodriguez

  • Avatar: jaroh
    jaroh
    Participant
    April 21, 2023 at 19:14

    I would like to change the color of button, price inside woocommerce pages
    1. Single Product Page
    2. Cart
    3. Checkout

    Woo-page

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 22, 2023 at 08:39

    Hello, Jaroh,

    Thank you for getting in touch with us.

    Theme Options > Styling > edit settings for buttons.

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: jaroh
    jaroh
    Participant
    April 22, 2023 at 17:47
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 23, 2023 at 08:30

    Hello, Jaroh,

    Thank you for your response.

    Please add the next code in Theme Options > Theme custom CSS:

    .content-product .price, .product-content .price {
        color: red !important;
    }

    Kind Regards,
    8theme team

    Avatar: jaroh
    jaroh
    Participant
    April 26, 2023 at 00:06
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    April 26, 2023 at 05:33

    Hello @jaroh,

    We kindly request that you copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS. After doing so, please clear your browser cache and check back to your site.

    .single-product div#ppom-price-container table.table.table-striped {
        color: #fff !important;
    }

    Best Regards,
    8Theme’s Team

  • Viewing 6 results - 1 through 6 (of 6 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.