Home Forums Basel support forum I need remove some areas

I need remove some areas

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

    juliance89
    Participant

    Hi!

    I need help with this:

    1. I need remove these Areas:

    2. I need remove this area:

    I hope your fast answer, thanks

    #2775

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    You can remove these areas with the following code snippet that you need to place into Custom CSS field in Theme Settings

    
    .product-tabs-wrapper,
    .woocommerce-ordering,
    .product_meta {
    display: none;
    }

    Regards

    #2780

    juliance89
    Participant

    Thank you!

    thanks, I did what you said but this only solved me what part of “additional information” but have not yet remove the following items:

    1.

    2.

    I hope your ansuer, thanks

    #2787

    Artem Temos
    Keymaster

    You have enabled maintenance mode and now can’t see your web-site. Please provide your login details so we could take a look why this code doesn’t work for you.

    #2799

    juliance89
    Participant

    ok of course!

    The login details are:

    you can find in the “Private Content” of this message

    The domain is: http://grupon-k.com/

    Please i need solve the above items and also the next items:

    1. here i need that the space be less:

    2. In this map, can i put 2 locations?:

    Really thank you so much!

    #2805

    Artem Temos
    Keymaster

    Change previous code to this

    .product-tabs-wrapper,
    .woocommerce-ordering,
    .product_meta {
    display: none!important;
    }

    Smaller space:

    .product-design-alt .product-image-summary {
        margin-bottom: 0;
    }

    Unfortunately, our Google map element doesn’t support multilocations.

    #2810

    juliance89
    Participant

    thank you so much, solved!

    #2813

    juliance89
    Participant

    hi i have a new question:

    how i can remove these white spaces?:

    #2816

    Artem Temos
    Keymaster

    You can remove first margin in Visual Composer while editing the page. And banners images should be bigger to fit the space and look without those white lines.

    #2818

    juliance89
    Participant

    Use bigger image and this work perfectly, but the margin don’t work:

    #2824

    juliance89
    Participant

    already done! Thanks so much!

    #2827

    Artem Temos
    Keymaster

    Great, you are welcome!

Tagged: 

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

The topic ‘I need remove some areas’ is closed to new replies.