New Landing How can we help? Atelier Product page layout

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #217870
    3969120a
    Member
    Post count: 159

    Hello,

    Thank you again for the best theme. After “many” themes it is encouraging to finally get a handle on our UI/UX and customer appeal.

    on this page, https://serenitycreams.com/product/serenity-airless-compression-jar/, used

    /* — Remove Second Product Description & Reviews — */
    .container.product-after-summary {
    display: none;
    }
    .woo-aux-options-wrap {
    display: none;
    }

    to remove repeated Product Description, which worked, however,

    1. need to keep the reviews and move them down just above Related Products.

    2. Also, need to move Share icons below tabbed info.

    3. Finally, we only have one category, so, need to remove category.

    Did a pretty extensive search, so apologies if the answer was posted & I missed it.

    Thank you!

    #218121
    3969120a
    Member
    Post count: 159

    any suggestions please?

    #218157
    3969120a
    Member
    Post count: 159

    Hello Support,

    Please reply. We only have a few tweaks to go live this weekend.

    Thank you…

    #218274
    3969120a
    Member
    Post count: 159

    Is there some reason why we are not receiving a reply?

    #218606
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    1 and 2) You need to edit the content-single-product.php file located in Atelier/woocommerce/
    and reorder the position of the elements like desired.

    Where do you want to place the share icons? Can you provide a mockup image?

    3) Add this code below to your custom css option

    .single-product .summary .posted_in{
      display:none;
    }

    -Rui

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.