Home › Forums › Basel support forum › Hide Icons and customize logo
Hide Icons and customize logo
- This topic has 13 replies, 2 voices, and was last updated 5 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
July 17, 2019 at 7:17 am #133092
RamialshamiParticipantHi
I need help with these two points1- Make logo bigger
2- Hide cart & wishlist icons from mobile
Please watch the video
https://www.loom.com/share/22bb51fd5c394f8d8afb06ee08e793eaThanks 🙂
July 17, 2019 at 8:31 pm #133236
Elise NoromitMemberHello,
1. You can configure the logo in the Theme Settings > Header > Logo
2. Add this code to Mobile.
body .wishlist-info-widget, body .shopping-cart basel-cart-design-3{ display:none!important; }
Best Regards
July 18, 2019 at 6:23 am #133275
RamialshamiParticipantHi Elise
This line has error “display:none!important;”
Whishlist icon disappears but cart doesn’t. The problem is it disappears frob both header and bottom bar. I want to be hidden from header onlyThanks
July 18, 2019 at 11:15 am #133362
Elise NoromitMemberHello,
This is not an error. http://prntscr.com/ogr252 This is a notification. It is ok.
Best Regards
July 18, 2019 at 12:50 pm #133385
RamialshamiParticipantHi
Ok. This is not error 🙂
But we still have 2 issues:
1- Wishlist Icon is hidden from header and bottom mobile bar as well. I need it to be hidden from only header.
2- Cart Icon still apprearing 🙂July 18, 2019 at 2:39 pm #133413
Elise NoromitMemberHello,
Replace the code with this one:
body .wrapp-header .wishlist-info-widget, body .wrapp-header .shopping-cart{ display:none; }
Best Regards
July 18, 2019 at 3:10 pm #133424
RamialshamiParticipantThanks a lot, Elise
It works perfectly now.
Hidden from header
Sticky header still has them. DO we have to update the code to make it work for the sticky header also?July 18, 2019 at 8:21 pm #133465
Elise NoromitMemberHello,
Try this code, please:
body header .wishlist-info-widget, body header .shopping-cart{ display:none; }
Best Regards
July 20, 2019 at 5:59 am #133689
RamialshamiParticipantHi Elise
Thanks for the code.
It is the same as before. Hidden from header and still appear on sticky header.
I tried the last code alone and no change. And put it together with the previous one and no changeJuly 20, 2019 at 10:42 am #133717
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body div.sticky-header .wishlist-info-widget, body div.sticky-header .shopping-cart{ display:none; }
Best Regards
July 20, 2019 at 11:07 am #133718
RamialshamiParticipantThanks a lot Elise 🙂
Working fine now
I wanna make logo bigger on mobile in header & sticky header. When I try to increase header height on mobile it gets bigger but logo is displayed the same. How to make logo bigger on mobile in both header & sticky header?thanks 🙂
July 20, 2019 at 7:00 pm #133751
Elise NoromitMemberHello,
You need to configure logo in the Theme Settings > Header > Logo. Make sure you have uploaded image big enough. It is not possible to set different logo size for sticky, mobile and desktop.
Best Regards
July 20, 2019 at 7:30 pm #133753
RamialshamiParticipantHi Elise
Thanks for reply
These settigns does not affect mobile logo size. No matter what is done it is the same size. You can try it yourself. Changes appy on desktop only for header and sticky.
I wanna make logo look fine on mobile
Logo width was around 1300px and current is 400 and they are displayed the same. Changed settings and nothing happens on mobile
If there is no settings for it may be a code would solve it
ThanksJuly 21, 2019 at 12:53 pm #133782
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 991px){ body .main-header .site-logo { width: 100%; height:auto; max-height:100%; } body .main-header .wrapp-header { min-height: auto; } }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register