Pages

edited June 2020 in WooCommerce
Hi.

I would like to put the content of the product page below and that the menu is not eaten , 

And that the product list did not have that white square was transparent, remove the white frame and also remove the white background from the product name.


Comments

  • edited June 2020
    .
  • Hello,
    What do you mean by "Menu is not eaten"?
    Also, about the products, please paste that CSS code into the Theme Options > Custom CSS & JS > CSS
    .product .desc{background:transparent !important;}
    .product .image_frame{border:transparent !important;}
    Thanks
  • edited June 2020
    Hello,
    On the product page, you don't see the menu, the product is above the menu.

    I want the product sheet to look like the list of products ...

    Click on any product and you will see what I tell you
  • Well, that's because of two things:

    1) Your header type is set to "Transparent", it means that your header does not have any height applied, so it will always get content 'below' him.

    2) Your minimalist option is set to "Minimalist without Header space", it removes the height of the header, so it will work like "Transparent" header.

    All of these settings are able to change in Theme Options > Header & Subheader > Header
    Thanks
  • edited June 2020
    It is what I have on ... and it remains the same ... if you want, I will give you the backoffice data for you to look at.
  • Well, as I see it's fine now.
    Did you solve the issue?
    Thanks
  • Hey,
    try using this css
    @media (min-width:768px) {
    .single-product #Content { padding-top:150px;}
    }
    thanks
  • Perfect!!
    thanks
Sign In or Register to comment.