Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Remove search, wishlist and cart from bottom menu in vertical header
New Landing › How can we help? › Atelier › Remove search, wishlist and cart from bottom menu in vertical header
- This topic has 13 replies, 3 voices, and was last updated 8 years by Rui Guerreiro – SUPPORT.
-
Posted in: Atelier
-
October 22, 2015 at 12:54 pm #222524
Hi,
I have a vertical header (header layout no. 7) and I would like to get rid of the bottom menu which contains the search box, wishlist and cart links. I have hidden the links but this doesn’t quite work as you can see in the screenshot because the links are still there, only the icons are not visible. Also I don’t want to hide these links on every page, just on the vertical header.
.shopping-bag-item > a > i {
display: none;
}.wishlist-item > a > i {
display: none;
}.aux-item.aux-search {
display: none;
}
I don’t want to remove all of the bottom menu because I still want to use the copyright. What CSS code do I put in my child theme to remove the above three items from the vertical header?Thanks!
Attachments:
You must be logged in to view attached files.October 22, 2015 at 2:04 pm #222533Hi,
Can you provide your site url so we can inspect the situation?
-Rui
October 24, 2015 at 11:04 am #223045This reply has been marked as private.October 26, 2015 at 6:41 am #223131Hi,
You can post login detail privately. Only Swift support can view the private reply.
Thanks
MohammadOctober 26, 2015 at 9:46 pm #223444This reply has been marked as private.October 26, 2015 at 9:56 pm #223448This reply has been marked as private.October 27, 2015 at 7:06 am #223475Hi,
Can you please create screenshot mock-up about the position of social icons? How did you insert the icons at copyright area?
Thanks
MohammadOctober 27, 2015 at 8:46 am #223482Hi Mohammad,
Please find attached two screenshots:
cart.jpg – when you mouseover the ‘shop’ menu on the homepage, the cart opens because I didn’t remove it, just hid it.
wishlist.jpg – when you mouseover a little below the ‘shop’ menu, the wishlist box appears because again, it is just hidden.
search box – somewhere above the cart is the search box but this is also hidden
social media icons – the theme icons appear below the wishlist or ‘shop’At the moment the social media icons appear below the ‘shop’ menu which is what I want but this doesn’t work if I add more menu items. The icons along with the other elements in the vertical header bottom menu get moved up behind/in front of the main menu.
The other social media icons that appear next to the copyright section are in theme options>header options>vertical header copyright text. They are just linked images.
What I would like to do (see vertical_header.jpg):
1) Change the vertical header bottom menu so that the search, cart and wishlist do not show
2) Move the vertical header bottom menu which also contains the social icons and copyright section (I assume) to the bottom of the screen. It should always sit at the bottom of the screen regardless of screen height.
3) Keep the search and cart icons/links but move them or place them in sidebar 2 to the left of my language icons.
4) Style the vertical header bottom menu so that my social icons look like they are currently in theme options>header options>vertical header copyright textI hope this makes sense!
Attachments:
You must be logged in to view attached files.October 29, 2015 at 12:42 pm #224165Hi,
I just forward the topic to my colleague.
-Rui
November 4, 2015 at 7:11 pm #225978Hi Rui,
Any suggestions regarding my issue with the vertical header bottom menu?
November 5, 2015 at 11:44 am #226128Hi,
I am working on it and update you after some minutes.
Thanks
MohmmadNovember 5, 2015 at 12:39 pm #226161Hi,
Please use this custom css code:-
1-.vertical-menu-bottom .aux-item{ display:none !important; } 2- .vertical-header #header-section #vertical-nav{ padding:0px !important; }
Unfortunately that is not part of the current theme functionality, and it’s not within the scope of our support to be able to provide that functionality as it is more work than a small customisation. While we’d love to be able to support every customisation request, we simply don’t have the time. We recommend that you seek a freelance developer if you need that functionality, potentially from one of the below resource:
Thanks 🙂
With Best Regards
Mohammad
Thanks
MohammadNovember 5, 2015 at 2:05 pm #226206I understand but thank you so much anyway!!
November 5, 2015 at 2:32 pm #226221No problem. Thanks Mohammad.
-Rui
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.