Tagged: 

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

    hello, is it possible to show the description, additional information and review tab as full width on the product page?

    what page do I need to access to make custom edits in the editor?

    is it possible to remove the category image at the top of the page on a category page so that it only shows the list of products?

    #579274

    Hi arranch!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .archive.woocommerce .page-thumb {
        display: none;
    }
    .single-product-summary {
        width: 100%;
    }

    Best regards,
    Yigit

    #579275

    thanks Yigit

    is it possible to have just the product info tabs in the full width option and the Title, Price, cart button and SKU to all show on the right of the image as before?

    #580959

    Hey!

    it seems to be on the right side of the image for me. What do you mean exactly? I think we might need a mockup showing the results you want to achieve (imgur.com, dropbox).

    Regards,
    Andy

    #580961

    hey Andy

    sorry, yes i changed it back to the standard layout temporarily.
    check it now as i’ve put it back to how Yigit’s code made it show like.

    #580970

    Hi!

    Please add following code to Quick CSS as well

    .single-product-summary {
        overflow: visible;
    }
    .template-shop div.product div.summary {
        width: auto;
        float: left;
    }

    Cheers!
    Yigit

    #581067

    thanks Yigit, that’s exactly what i was looking for

    #581085

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Edit Product page’ is closed to new replies.