How can i make bold text. price text is very small

This topic has 4 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Tony Rodriguez

  • Avatar: Muhammad Shoaib
    Muhammad Shoaib
    Participant
    December 19, 2022 at 18:22

    hi team. how can i make bold text. price text is very small. i can increase size but i cannot make bold. ?

    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 20, 2022 at 09:31

    Hello, @Muhammad Shoaib,

    Please copy and paste the below given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the cache, It will bold the price text on your site.

    span.woocommerce-Price-amount.amount {
        font-weight: 900 !important;
    }
    .single-product p.price {
        font-weight: 900 !important;
    }

    Regards 8Themes Team.

    Avatar: Muhammad Shoaib
    Muhammad Shoaib
    Participant
    December 24, 2022 at 17:27

    hi sir. also i want to change the color of.. Place order , Checkout ,. when i add to cart . pop came right side. i want to change the button of checkout color also.

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 26, 2022 at 05:15

    Hello, @Muhammad Shoaib,

    Please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the cache.

    .et-mini-content .woocommerce-mini-cart__footer-wrapper p.buttons.mini-cart-buttons a.button.btn-checkout.wc-forward {
        background-color: green !important;
    }
    div#payment button#place_order {
        background-color: green !important;
    }

    Regards 8Themes Team.

  • 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.