Woopress Questions - by kkszeto8 - on WordPress WooCommerce support

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

  • Avatar: kkszeto8
    kkszeto8
    Participant
    December 29, 2015 at 11:07

    Hi,

    Wishes 8Theme have a Happy 2016 for whole year!!

    Question1 .: How can change fonts size in Breadcrumbs?
    img1

    Question 2.: Can I insert different Breadcrumbs image on different product page?

    Question 3.: Can I hidden “Additional information” even input Size in Variation products?
    img2

    Question 4.: Could you please help to fix the “review” in single product page? Seems like missing.
    img4

    Question 5.: Do you know how can make a horizontal gap smaller between grids?
    img5

    Thanks
    Keith
    Keith

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    December 29, 2015 at 11:37

    Hello,

    1. To change font size for breadcrumbs use this code in Theme Options > Custom CSS > Custom CSS for desktop:

    .page-heading a, .page-heading .woocommerce-breadcrumb, .page-heading #breadcrumb {
        font-size: 12px !important;
    }

    2. Unfortunately there is no such possibility. Sorry.

    3. You can remove tab as described in Woocommerce documentation:
    https://docs.woothemes.com/document/editing-product-data-tabs/
    Add the code in functions.php file.

    4. You need enable reviews in product page editor:
    http://storage4.static.itmages.com/i/15/1229/h_1451385115_1393539_c12d824299.png

    5. You may try to use this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .vc_column_container > .vc_column-inner {
        padding-right: 5px;
        padding-left: 5px;
    }

    We wish Happy New Year to you too!

    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.