Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #939371

    The transparent header is very nice. How can I implement this in the WooCommerce Shop? (Shop/Produkt/Kasse)

    #939501

    Hey J.,

    Please provide a link to your site so we can look into this further. Also, add a your admin info the private area.

    Best regards,
    Jordan Shannon

    #939779

    Mir gefällt der Herader auf der Home Site. So sollte es auch im Shop sein.

    #940097

    Hi,

    What do you mean to be on the WooCommerce page?
    It is there from default.

    Best regards,
    Basilis

    #943545

    Can I send you som Printscreens to show you my Problem?

    #943673

    Hi,

    A screenshot can help us SEE the issue, but an actual link to the site goes a long into actually helping us troubleshoot it.

    Best regards,
    Jordan Shannon

    #946463
    #947682

    Hi Jacky,

    Please disable parallax on the shop page in the #av_product_description color section.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #header.av_header_unstick_top_disabled.av_minimal_header.av_header_border_disabled .header_bg {
      opacity: 0.4;
    }
    #header.av_header_unstick_top_disabled.av_minimal_header.av_header_border_disabled.header-scrolled-full .header_bg {
      opacity: 1;
    }
    
    #top.woocommerce.woocommerce-page #main {
      padding-top: 0px;
    }
    #av_product_description,
    #av_product_description .av-parallax.avia-full-stretch, 
    #av_product_description .av-parallax.avia-full-stretch .av-parallax-inner.av-parallax-woo img {
      min-height: 500px;
      height: 500px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #952616

    Oh great. That worked well.
    Unfortunately, the color of the navigation on the home page is no longer correct. This is way too bright. What can I do?

    Another problem is that the on the productsites the messages “zum Warenkorb” or “das ist ein Pflichtfeld” behind the menu disappears.

    • This reply was modified 6 years, 5 months ago by Jacky.
    #952780

    Hi,

    Add this to quick css to fix the text color on the home page. Adjust the color to what you need:

    .home .av_header_transparency .avia-menu a{
    color:#000!important;
    }

    I’m not understanding the second half or your question. Can you please screenshot?

    Best regards,
    Jordan Shannon

    #957106

    Sorry, I was wrong. The background color of the header is no longer correct. But now I could fix it.
    Everything is OK now.
    Thank you very much.

    #957141

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Transparent header not possible with WooCommerce?’ is closed to new replies.