+ symbol to the left - by Harris - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow

  • Avatar: Harris
    Harris
    Participant
    July 29, 2019 at 10:50

    Can i move the “+” symbol to the left in categories dropdown?

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 29, 2019 at 14:26

    Hello,

    Yes, Add the following code to child theme style.css

    .product-categories .open-this {
        float: left;
        right: auto;
        left: 0;
    }
    .product-categories > li > a {
        padding-left: 35px;
    }
    .product-categories > li > ul {
        padding-left: 35px;
    }

    Regards

  • 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.