Target CSS on blog, not woocommerce

Hello! I need a little help targeting just the blog pages (index, post, archive, search results pages … I believe that’s all of them).

I’m using WooCommerce and do not want to target the catalog page, which is what happens if I use the .archive class.

Thank you!

Hello @WaggingLabs,

Thanks for writing in!

Can you please confirm the WordPress login details as the shared details are not working. Having said that, here’s the list of CSS classes:

  1. Blog Index page: .blog
  2. Single post: single-post
  3. Archive: .archive.category
  4. Search: .search-results

You can also find the class class using Google Chrome or Firefox dev tools. To learn more, please take a look at following resource.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.