make woocommerce transparent
URL to the page in question:
http://www.branchesrecoverygifts.com/product-category/recovery-books/
-
Hello Bill,
I am using Foxy and I would like to make the background of woocommerce transparent. As of right now it over lays on top of my black transparent page.
Hey Durenda,
Once upon a time, they had an option in the theme options to turn off the WooCommerce stylesheet. You can edit the functions.php file and place this at the very bottom:
Be sure to copy that from the support forum and not the email notification.
That should disable them. Let me know how that turns out.
Have a good night,
Bill
That worked great! Thank you! I think I see a problem coming and that is that I need to add a margin at the top so it isn’t to the right of the page title. I would think just the product and product category pages need the margin. Take a look you will see what I mean.
http://www.branchesrecoverygifts.com/product-category/recovery-books/
I would also like to turn off the search function on the blog page because I have it in the left column.
If you’ll this snippet to your custom CSS, it’ll stop the Woocommerce notification line from being on the right of the title:
p.woocommerce-info {
clear: both;
}
Once you publish a post, the search will disappear from your blog content. It’s part of the “Not found” portion of the theme.
Have fun,
Bill
- The topic ‘make woocommerce transparent’ is closed to new replies.