Can't see anything in WooCommerce Shop on Band 5 theme

edited June 2020 in Theme support
Hello,
I am setting up a new page with your beautiful vaporwave theme Band 5 (https://themes.muffingroup.com/be/band5/)

Problem is that in shop, product page, cart and checkout pages there is no blue color on top of the noise effect. So there is nothing readable.

image


Is there any chance to change the noise gif on this pages and keep it on index page and subpages as it is? 

The page is cigture.com but it is under development mode so if you need access, please let me know.

Thank you very much :)


Edit:
This is how unreadable looks Checkout page:
image

Comments

  • Hello,
    Please send us a link to your website - it's not blue because of the "Transparent" option turned on for content.
    I have to create a CSS code which will help you with this.

    Thanks
  • The problem is because the content background is set to transparent, so you can see the background animation thru the sections.
    We did not expect somebody would use a shop :D

    This css should fix that
    woocommerce #Content {background: rgba(12,12,53,0.9) !important;}
    thanks
  • Well it's template for a bands and they often sell merchandise so there is possibility :D

    anyway that code works great thank you for that!
    problem solved ❤️


    if anyone need this in future, you could also use:

    .woocommerce-cart #Content {background: rgba(12,12,53,0.9) !important;}

    .woocommerce-checkout #Content {background: rgba(12,12,53,0.9) !important;}

    .woocommerce-Price-amount {
      color:#FAFAFA;
    }

Sign In or Register to comment.