Shop Categories Widget - by biauty - on WordPress WooCommerce support

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

  • Avatar: biauty
    biauty
    Participant
    November 26, 2020 at 00:28

    Hi I need to Know how can I can change the background color of the Category Widget in Shop Page.

    https://imageupload.io/bzo4iC6rMP.i

    Thanks.

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2020 at 08:35

    Hi,

    Edit this code in Theme Options > Theme Custom CSS > Global custom CSS – https://prnt.sc/vqc16m

    Regards

    Avatar: biauty
    biauty
    Participant
    November 27, 2020 at 14:20

    Thank for your Answer.
    I have another one, how can I fix aligments product in shop?

    https://ibb.co/j5YGRZ6

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 27, 2020 at 14:35

    Add the next code in Theme Options > Theme Custom CSS:

    .main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
        display: flex;
        justify-content: center;
    }
    .products-loop .ajax-content, .products-loop {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }
    .content-product {
        flex-direction: column;
        justify-content: space-between;
        display: flex;
        flex: 1;
    }
    .content-product .quantity-wrapper {
        margin-right: auto;
        margin-left: auto;
    }
    .swiper-container {
        display: flex;
        align-items: stretch;
    }
    .product-slide .product {
        display: flex;
        height: 100%;
    }
    .swiper-wrapper {
        height: auto;
    }

    Regards

    Avatar: biauty
    biauty
    Participant
    November 27, 2020 at 19:44

    It´s not working for me. I send you the links

    http://papelarte.com.uy/tienda/

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2020 at 08:36

    Hello,

    Via browse inspector tools it works – https://prnt.sc/vrocuo
    Where did you add the code? Provide us with temporary wp-admin access.

    Regards

    Avatar: biauty
    biauty
    Participant
    November 30, 2020 at 02:41

    Works Now.
    I put the CSS in Aditional CSS menu not in Theme Custom CSS.
    Thanks,

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2020 at 08:31

    You’re welcome!

    Regards

    Avatar: biauty
    biauty
    Participant
    December 2, 2020 at 14:29

    Hi! Me again 🙂
    I need to Show Categories DropDown filter in Mobile Menu
    https://ibb.co/Z6jHCF4

    How can I do? Because i Dektop show but in Mobile hide.
    Thanks.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2020 at 14:52

    Hi,

    There is no such option, right now. You can submit a request here – https://www.8theme.com/taskboard/

    Regards

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