make woocommerce transparent

Support Area Forums Foxy make woocommerce transparent

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://www.branchesrecoverygifts.com/product-category/recovery-books/
  • Author
    Posts
  • #19078
    Avatar photoDurenda Wood
    Participant

    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.

    #19079
    Avatar photoDurenda Wood
    Participant

    I found this but I am not sure what to do.

    http://docs.woothemes.com/document/disable-the-default-stylesheet/

    #19080
    Bill Robbins
    Moderator

    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

    #19081
    Avatar photoDurenda Wood
    Participant

    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/

    #19082
    Avatar photoDurenda Wood
    Participant

    I would also like to turn off the search function on the blog page because I have it in the left column.

    #19083
    Bill Robbins
    Moderator

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘make woocommerce transparent’ is closed to new replies.