-
AuthorPosts
-
June 24, 2023 at 9:44 am #1411526
Hello together
I have added a shop here Link belowis 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
FranzJune 24, 2023 at 11:28 pm #1411582Hey 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,
MikeJune 25, 2023 at 7:13 am #1411593Thank 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 againis it possible to remove it
thank you
kind regards
FranzJune 25, 2023 at 12:59 pm #1411616Hi,
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,
MikeJune 25, 2023 at 2:07 pm #1411622Hello Mikd
Almost perfectCan I still reduce the distance from the slider to the side here?
thanks
kind regards
FranzJune 25, 2023 at 3:05 pm #1411627Hi,
I’m not sure what you mean, please include a screenshot to demonstrate.
Will this be for mobile or desktop or both?Best regards,
MikeJune 25, 2023 at 4:43 pm #1411632hello 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
FranzJune 25, 2023 at 6:36 pm #1411635Hi,
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,
MikeJune 25, 2023 at 10:19 pm #1411658Hello Mike
Thanks for your help
This fits so well nowYou can close the ticket
kind regards
FranzJune 25, 2023 at 10:26 pm #1411659Hi,
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 -
AuthorPosts
- The topic ‘Do not show frames and fields’ is closed to new replies.