New Landing How can we help? Atelier Padding, Price Removal, Description

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #306115
    AKMSLLC
    Member
    Post count: 8

    Hi team,
    I need help with the following issues. I have tried my best not to replicate any issues you have already addressed.

    1- Padding and Divider- On the first shop page there the perfect amount of padding. The subsequent pages and category pages do not have the padding. I had the filters removed completely so that may be the issue. The divider under the main menu is missing as well.

    2- Price Removal- I looked at the other posts but none of the css code posted worked for my situation. I would like to remove the prices appearing on the products. I will write them in the “product short description” area.

    3- Description- Is there a way to remove where it says description, also the extra line and arrow. The content I want there is the category links that I set up with the page builder.http://ferrickmason.com/shop/product/melodye/

    4- Remove Breadcrumbs- I do not want any breadcrumbs on the product page. I’ve toggled them not to show but they still do.

    Thank you,
    Kathy

    Attachments:
    You must be logged in to view attached files.
    #306238
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Kathy,

    1) Can you provide further screenshots, I do not see a difference.

    2) Please add this to Theme Options => Custom CSS:

    .woocommerce .products .product .price, .woocommerce ul.products li.product .price, 
    .woocommerce div.product p.price,
    .woocommerce div.product .summary h3.price {
        display: none!important;
    }

    3) Please add this to Theme Options => Custom CSS:

    .woocommerce div.product .woocommerce-tabs {
        display: none;
    }

    4) Please add this to Theme Options => Custom CSS:

    .woocommerce .woocommerce-breadcrumb {
        display: none;
    }
    #306286
    AKMSLLC
    Member
    Post count: 8

    Thank you David for helping me with the codes. Everything is looking great!

    I was able to figure out how to fix issue #1, I just added a description.

    Is there anyway to use the page builder in the footer? Is there a widget I can use that I can do that?

    #306289
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out.

    Yes, you can use shortcodes within any footer widget.

    Use the Page Builder within a page to generate what you want, then when you are happy with the result, switch to text view and copy the Page Builder shortcodes into the widget.

    Thanks.

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

You must be logged in to reply to this topic.