Woo Commerce Parent Categories - by - on WordPress WooCommerce support

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

  • Avatar:
    Inactive
    May 20, 2019 at 16:08

    I am wondering how I can use a sub category and list it under two parent categories at the same time on the shop menu. Also how can change the text color of those parent categories. I need the pagination at the bottom of the shop page colors changed as well. The box and text color are nearly the same.

    11 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 20, 2019 at 17:11

    Hello,

    1) Could you, please, describe me in more details where exactly do you want to show the subcategory? In the main menu as the subitem? http://prntscr.com/nr0piw If not, provide a screenshot for better understanding.

    2) If you are using the dark color for the site bg I would recommend you to enable the dark color scheme in Theme options > Styling > http://prntscr.com/nr0q7e

    Regards

    Avatar:
    Inactive
    May 20, 2019 at 18:31

    If you go to our shop. We have our shop menu on the side. I would like a sub category to be represented on two different parent categories.

    I would like the parent categories on the shop side menu to have a different color than the sub categories below them.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 21, 2019 at 09:15

    Hello,

    Product category widget is the default WooCommerce widget and it displays the list of categories and their subcategories. One subcategory can’t be located in 2 categories, WooCommerce allows the only 1 parent category, it’s not related to our theme. Create 2 subcategories with the same name and add every subcategory to the appropriate parent category. Choose both subcategories for the products if they should be represented in both subcategories.

    If you want to change the color of the categories of the first level and the subcategories use the following custom code (Theme Options > Custom CSS) and replace the color by the necessary color:

    .sidebar-widget .product-categories .cat-item a {
        color: red;
    }
    .sidebar-widget .product-categories .cat-item .children a {
        color: yellow;
    }

    Regards

    Avatar:
    Inactive
    May 21, 2019 at 16:37

    I am finding that this CSS code is not changing the color of the parent categories in the shop sidebar menu. I followed the path Theme Options. Custom CSS

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 21, 2019 at 18:40

    Hello,

    I see that color is changed http://prntscr.com/nrivxm
    You used the same color for the parent and children categories – http://prntscr.com/nriwng

    Regards

    Avatar:
    Inactive
    May 21, 2019 at 20:29

    Okay that is fixed. One last question. How do we access the shop sidebar menu? Is there a way to reorganize its listing?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 22, 2019 at 07:16

    Hello,

    Appearance > Widgets > Shop sidebar.
    https://youtu.be/4SfPPuwPCVI
    Also, http://prntscr.com/nrq09h

    Regards

    Avatar:
    Inactive
    May 22, 2019 at 15:48

    Is there way to install a search bar for the shop?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 22, 2019 at 15:54

    Hello,

    Do you want to add the search widget into the shop sidebar? Go to Appearance > Widgets > add the Search by products widget to Shop sidebar widget area.

    Regards

    Avatar:
    Inactive
    May 22, 2019 at 17:12

    How can I change the text color inside the top headers search bar? Or the background. My text and background are the same color in the header search bar. Thanks so much for all your help Olga

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 23, 2019 at 07:24

    Hello,

    You can add this code in Theme Options > Custom CSS:

    .header-advanced .header-search.act-default input[type="text"] {
        color:  black;
    }

    Also, read this article https://docs.woocommerce.com/document/woocommerce-pages/ that will help you to setup Cart and Checkout pages.

    Regards

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