I need some customisations… - by jiaqing

This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson

  • Avatar: jiaqing
    jiaqing
    Participant
    January 8, 2016 at 17:14

    Hi,

    on ALL the single products pages of my site, I would like to know how:
    (please see this image)
    image

    1 – delete the title “product information” with the yellow line.
    2 – decrease the price’ font (green line) wich is too big. Can fix a font size?
    3 – decrease the size of the “add to cart” button and the font (blue line)
    4 – delete the 3 horizontal line (red mark)

    Would be perfect if you can help, thanks in advance!
    Gilles.

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 8, 2016 at 17:43

    Hello,

    1. You need edit the file wp-content/themes/theleader/woocommerce/content-single-product.php and remove the line 39 <h4><?php _e('Product Information', ETHEME_DOMAIN) ?></h4>

    2. Add this code in custom.css file:

    .single-product-page .product-info .price {
        font-size: 28px;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    3. Use this code in custom.css file:

    button.etheme-simple-product.filled.big.font2.single_add_to_cart_button.button.alt {
        font-size: 14px;
        padding: 10px;
    }

    4. Use the folloing css code:

    .single-product-page hr {
        border-color: transparent;
    }

    Best regards,
    Jack Richardson.

    Avatar: jiaqing
    jiaqing
    Participant
    January 8, 2016 at 17:57

    great! thanks a lot! merci beaucoup!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 8, 2016 at 19:56

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

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

The issue related to '‘I need some customisations…’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service

Helpful Topics

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