Woo Categories widget - by mixalg - on WordPress WooCommerce support

This topic has 5 replies, 3 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler

  • Avatar: mixalg
    mixalg
    Participant
    March 15, 2017 at 20:01

    Hello everybody, please take a look at the screenshot: http://imgur.com/a/C1iSB

    I would lie to know if the following is possible:

    1. As indicated in 1 – the active category in the category widget is not really prominent. Would it be possible to change the color of currently active category?

    2. As indicated in 2 – for some reason there is a ‘>’ sign in from of the subcategories and it is really misleading. There are no subcategories under it but the > sign implies that there are?

    Why is it present and how it can be removed?

    If you need access it is in the private content section.

    Thank you.

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 16, 2017 at 15:22

    Hello,

    1) Use the following code to change the active link color

    .widget_product_categories.sidebar-widget ul li > ul.children li.current-cat > a, 
    .wpb_widgetised_column .widget_product_categories ul li > ul.children li.current-cat > a {
        color: #f1ac2b;
    }

    2) These arrows show the 3-d level of the categories. If you don’t like it add the following

    .widget_product_categories.sidebar-widget ul li > ul.children li ul.children li > a:before, 
    .wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.children li > a:before {
        content: "";
    }

    Regards

    Avatar: mixalg
    mixalg
    Participant
    March 16, 2017 at 18:46

    Thanks a lot. And thank you for placing the changes!

    Elijah.

    Avatar: mixalg
    mixalg
    Participant
    March 16, 2017 at 20:15

    Can you also let me know if the widget heading can be styled.
    Please take a alook at the screenshot http://imgur.com/a/g66xP

    Can I have the first widget title styled the same way as CATEGORIES title?

    Thank you.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 17, 2017 at 14:00

    Hello,

    Please, add this code in Custom CSS:

    .post-type-archive-product .sidebar-widget:first-child .widget-title {
        color: white;
        padding: 25px 10px;
        padding-bottom: 25px;
        text-align: center;
        font-size: 22px;
        border: none;
        line-height: 1.1;
        background-color: #F1AC30;
        margin-bottom: 1.1em;
    }

    Regards

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