Product Description in Shop - by KAMAN - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler

  • Avatar: KAMAN
    KAMAN
    Participant
    February 27, 2019 at 14:31

    Hello,

    I want to do some changes in my Shop but i cant find something in the Manuals for Legenda.
    In the end it should look like this: https://prnt.sc/mqulbb

    1) Change the font
    2) Center Productname, description, and price
    3) Show price not like this: €15 – €100, it should show like: from 15€ (Euro behind the price and prices “from 15€”

    Thank you!

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2019 at 14:51

    Hello,

    1)

    .slide-item .product .product-name, .products-grid .product .product-name {
        font-family: Georgia;
    }

    2)

    .slide-item .product .product-name, .products-grid .product .product-name,
    .slide-item .product .products-page-cats, .products-grid .product .products-page-cats,
    .slide-item .product .add-to-container, .products-grid .product .add-to-container {
        text-align:  center;
    }

    3) Try to add code from this article into functions.php of child-theme – https://businessbloomer.com/disable-variable-product-price-range-woocommerce/
    https://codex.wordpress.org/Child_Themes
    https://www.8theme.com/downloads/ http://prntscr.com/mqv3r0

    Regards

    Avatar: KAMAN
    KAMAN
    Participant
    February 27, 2019 at 15:48

    Thank you!

    Everything worked perfectly.

    Best wishes

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2019 at 15:49

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Product Description in Shop’' has been successfully resolved, and the topic is now closed for further responses

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