Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #917570

    Hi,
    I have an issue with the template when used in conjunction with woocommerce.

    The layout doesn’t look right and i would like to make changes.

    1. The header (which should be tansparent) overlays the product. See example.
    2. I would like to set the background listed below as the standard BG for all single page products.

    Can you help ?

    Thanks in advance

    Darren

    #917708

    Hey Darren,

    Transparency header is meant for pages with sliders or graphics on top. It will not work for product pages, since it drags the main container to the top of the page and you already have content there that should be visible and not under the menu.

    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

    
    .html_header_transparency #top.product-template-default.single-product  #main {
        padding-top: 148px !important;
    }
    .html_header_transparency #top.product-template-default.single-product #header {
      background-color: #000;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #920591

    Thank you so much.
    As you see, that worked like a charm.

    I still need to set the background for the product page.(like this example: https://www.draftineu.com/products/)

    Is this possible ?

    THANKS

    #920758

    Hi ddmarsden,

    I see you have background on the product page already. Did you get it working for you?

    Best regards,
    Victoria

    #1178229

    Hey ddmarden

    would you mind sharing how you go the background image onto the woo commerce single product page please

    your site looks great!

    #1178434

    Hi smarta-brett,

    As far as I can see ddmarden has used a regular Color Section, please try that out :-)

    Best regards,
    Rikard

    #1178435

    thanks Rikard

    – but you can’t use Colour Sections on the woocommerce template pages

    I have worked out how to do and posted the info in this post

    #1179162

    Hi smarta-brett,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Product Page Woocommerce layout and background’ is closed to new replies.