Changes to product page - by shweta - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 3 years, 11 months ago ago by Rose Tyler

  • Avatar: shweta
    shweta
    Participant
    April 28, 2020 at 16:53

    Hi I want to change the following things:

    1) I need to make a few changes to the top header.
    2) Change the font colour from Grey to black for short product description.
    3) Change size of the price
    4) Change the colour of the ADD to cart button on products page.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 28, 2020 at 19:22

    Hello,

    1) What exactly you want to change?
    2) Add the following code to Theme Options > Custom CSS

    .product-information .woocommerce-product-details__short-description {
        color: #000;
    }

    3) Add the following code to Theme Options > Custom CSS

    .product-information .product-information-inner .price, 
    .product-information .product-information-inner .woocommerce-variation-price {
        font-size: 30px;
    }

    4) Add the following code to Theme Options > Custom CSS

    .product-information .single_add_to_cart_button {
        background: green;
        color: #fff;
    }

    Regards

    Avatar: shweta
    shweta
    Participant
    May 8, 2020 at 10:51

    Hi In the first point I want to remove the currency and language signs. (They are in the top menu- towards the left)
    EN FR DE£ € —- This

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 8, 2020 at 10:59

    Hello,

    Go to Appearance > Widgets > add the empty Text widget to Right and Left top bar widget area to remove default content.

    Regards

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