Product Categories Widget

Posted in: Newspaper
Post count: 50

I’ve set up the product category widget to appear on the shop page.

How do I set this up so that the site visitor can see what product category they’ve just clicked?

Two things need to happen here:
1) The active category (the one just clicked), needs to be in a hovered state, and
2) A title needs to appear above the products that appear on the page.

How do I accomplish this, or something that at least lets the customer know what they’ve clicked?

Help!

Keith

Post count: 20688

Hi,

1. You could use some CSS for that. Like in this example
https://www.screencast.com/t/4Fwq03zg

.woocommerce-page .current-cat > a {
color: yellow;
}

Enter the code in Theme panel->Custom CSS section (chnage the color to what you want)

2. I don’t know how something like that could be done. Probably by editing the plugin files. There could be solutions online that you can try, in similar topics.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.