Product Page Customization - by abhijeetsk

This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp

  • Avatar: abhijeetsk
    abhijeetsk
    Participant
    September 1, 2015 at 13:43

    I have following queries on the product page:

    1. How do I change the Currency?
    2. How do I remove the bread-crumb in the title and Return to previous page link.
    3. How do I remove Horizontal line after PRODUCT DESCRIPTION
    4. How do I get STAR rating just below Product Name.
    5. How do I customize the BUY NOW Button color, other font colors?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    September 1, 2015 at 13:50

    Hello,

    1. You can change currency in Woocommerce > Settings > General > Currency Options.

    2. Add this code in Theme Options > Custom CSS > Global Custom CSS:

    .page-heading .woocommerce-breadcrumb {
        display: none;
    }

    3. Use this code in Custom CSS:

    .meta-title::after {
       display: none;
    }

    4. There is no such option in the theme. In this case you have to edit php files.

    5. Please give us access to your site as not it’s under maintenance mode and we can’t view it.

    Thank you.
    Regards,
    Eva Kemp.

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