Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Hide Breacrumb in Woocommerce Shop Page */
- .woocommerce-shop .woocommerce-breadcrumb {
- display: none;
- }
- /* Change Product Title Font Size in single Product */
- .single-product .product_title.entry-title {
- font-size: 20px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement