Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1411526

    Hello together
    I have added a shop here Link below

    is it possible that the line (border) under the slider is not displayed?

    and that the two dropdown fields are not displayed
    The “Sortieren nach Standard” and “Zeige 15 Produkte pro Seite”.

    and when I click on a product a magnifying glass appears at the top right, can this also be hidden?

    Thanks in advance
    Kind regards
    Franz

    #1411582

    Hey schweg33,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.woocommerce-shop .container_wrap_first {
    	 border: none;
    }
    #top.woocommerce-shop .product-sorting {
    	display: none;
    }
    #top.single-product .avia-wc-30-product-gallery-lightbox {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1411593

    Thank you Mike
    This works great
    Only when I open a product (any product) link 1 below
    and
    the same for the shopping cart page link 2 below
    the border at the top is there again

    is it possible to remove it

    thank you

    kind regards
    Franz

    #1411616

    Hi,
    Try adding this css:

    #top.woocommerce-page .container_wrap_first,
    #top.woocommerce-page #after_revolutionslider_1{
    	 border: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1411622

    Hello Mikd
    Almost perfect

    Can I still reduce the distance from the slider to the side here?

    thanks
    kind regards
    Franz

    #1411627

    Hi,
    I’m not sure what you mean, please include a screenshot to demonstrate.
    Will this be for mobile or desktop or both?

    Best regards,
    Mike

    #1411632

    hello mike
    Thank you for your quick reply.

    I would like to be able to make this distance smaller on the move and on the desktop.

    Kind regards
    Franz

    #1411635

    Hi,
    Thanks for the feedback, currently the pages have a 50px top padding, to remove this try this css:

    #top .content,#top .sidebar {
        padding-top: 0px;
    }

    Best regards,
    Mike

    #1411658

    Hello Mike
    Thanks for your help
    This fits so well now

    You can close the ticket

    kind regards
    Franz

    #1411659

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Do not show frames and fields’ is closed to new replies.