How to import Demo Data - by pusirinon - on WordPress WooCommerce support

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

  • Avatar: pusirinon
    pusirinon
    Participant
    December 29, 2016 at 14:51

    i can do it

    Avatar: pusirinon
    pusirinon
    Participant
    December 29, 2016 at 15:04
    Avatar: Eva
    Eva Kemp
    Support staff
    December 29, 2016 at 19:03

    Hello,

    1. Sorry, but there is no such feature.
    2. Please add this code in Global Custom CSS:

    .sidebar-widget.woocommerce.widget_products {
        border: 2px solid #0073b6;
    }
    .sidebar-widget.woocommerce.widget_products .widget-title {
        border-top: none;
        text-align: center;
    }
    .sidebar-widget.woocommerce.widget_products .product_list_widget {
        padding: 0 10px;
    }

    Regards,
    Eva Kemp.

    Avatar: pusirinon
    pusirinon
    Participant
    December 30, 2016 at 08:52
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 30, 2016 at 09:03

    Hello,

    I’ve disabled the sidebar in Page Settings->Page Layout. Please check it now.

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    December 30, 2016 at 09:11

    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 30, 2016 at 09:19

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    December 30, 2016 at 17:36

    I want to remove slidbar on http://www.yukungdemo.com/cart/

    Thank you

    Avatar: pusirinon
    pusirinon
    Participant
    January 2, 2017 at 09:16

    I do it already

    Avatar: pusirinon
    pusirinon
    Participant
    January 3, 2017 at 04:35
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 08:44

    Hello,

    Add this code in Global Custom CSS:

    .product-information .email-link {
     display: none;
    }

    You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin to get “Plus and minus” options.

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    January 3, 2017 at 12:07
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 09:01

    Hello,

    Add this code in Global Custom CSS:

    .product-information .compare:before {
        content: "\f074";
        font-family: FontAwesome;
        margin-right: 5px;
    }

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    January 19, 2017 at 11:31
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2017 at 11:40

    Hello,

    Try to add this code in Custom CSS

    .single-product table.variations {
        width: 20%;
        margin-bottom: 0;
    }
    .single-product .product-information .cart button[type="submit"] {
        width: 60% !important;
    }
    .single_variation_wrap {
        width: 70%;
        float: right;
        border: none;
        margin-top: 5px;
    }
    .single-product .product-information .cart {
        padding-bottom: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    January 19, 2017 at 15:27
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2017 at 15:53

    Hello,

    Please add this code in Custom CSS:

    .single-product .product-information-inner label {
        display: none;
    }

    Regards,
    Rose Tyler.

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