Home > Tips & Tricks > Add a CSS class to WooCommerce Shop Page

Add a CSS class to WooCommerce Shop Page

Do you want to add a specific CSS class to your woocommerce shop page?

Yes?

Then let me show you this trick to add a class to woocommerce page. You not only add a class to the shop page, but you can also add a class to any other specific page by targeting the page ID.

Add a CSS class to WooCommerce Shop Page

To add a specific class to the <body> tag on woocommerce page, you can use the body_class filter hook. It will append your custom class within existing classes.

See the example here.

Save the above code in your theme’s functions.php file and now refresh the woocommerce shop page. You will see your custom class “custom-woo-shop” added to the body tag.

Being Tricky 😉

Photo of author

About Aman Mehra

Hey there! I'm Aman Mehra, a full-stack developer with over six years of hands-on experience in the industry. I've dedicated myself to mastering the ins and outs of PHP, WordPress, ReactJS, NodeJS, and AWS, so you can trust me to handle your web development needs with expertise and finesse. In 2021, I decided to share my knowledge and insights with the world by starting this blog. It's been an incredible journey so far, and I've had the opportunity to learn and grow alongside my readers. Whether you're a seasoned developer or just dipping your toes into the world of web development, I'm here to provide valuable content and solutions to help you succeed. So, stick around, explore the blog, and feel free to reach out if you have any questions or suggestions. Together, let's navigate the exciting world of web development!

Leave a Comment