Home › Forums › Basel support forum › Basel Toolbar
Basel Toolbar
- This topic has 11 replies, 2 voices, and was last updated 5 years, 7 months ago by
Elise Noromit.
-
AuthorPosts
-
July 11, 2019 at 2:50 pm #132328
MaikelParticipantHi support,
I would like to remove the ‘basel-toolbar’ on my single product page (see image)
Because it is too much together with my sticky add to cart button.
Thank you for your help!
Best regards,
Maikel
Attachments:
You must be logged in to view attached files.July 11, 2019 at 9:06 pm #132373
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet:
.single .basel-toolbar { display:none; }
Best Regards
July 14, 2019 at 7:28 pm #132643
MaikelParticipantHi support,
Thank you very much!
Only my ‘Sticky Add To Cart Button’ is now in a crazy place (see image)
Thank you for your help!
Best regards,
Maikel
Attachments:
You must be logged in to view attached files.July 15, 2019 at 7:43 am #132688
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){ body.sticky-toolbar-on .basel-sticky-btn { bottom: 0; } }
Best Regards
July 16, 2019 at 8:59 pm #133038
MaikelParticipantGreat support, thank you very much!
I would also like to change the color of the text and icons in the Basel-toolbar to a different color (see image)
In the header I have already changed the color of the icons to white, but in the basel-toolbar I would like a different color. For example in red.
Thank you for your help!
Best regards,
Maikel
Attachments:
You must be logged in to view attached files.July 17, 2019 at 10:32 am #133121
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-toolbar-item a::before { color: red; } body .basel-toolbar .wishlist-info-widget>a:before { color: red; } @media (max-width: 991px) and (min-width: 768px){ body .mobile-nav-icon .basel-burger, body .mobile-nav-icon .basel-burger::after, body .mobile-nav-icon .basel-burger::before { background-color: red; } }
Best Regards
July 17, 2019 at 10:52 am #133130
MaikelParticipantThank you for your help!
But unfortunately it doesn’t work well (see image)
Best regards,
Maikel
Attachments:
You must be logged in to view attached files.July 17, 2019 at 11:00 am #133133
Elise NoromitMemberHello,
Try to replace with this one:
body .basel-toolbar-item a::before { color: red; } body .basel-toolbar .wishlist-info-widget>a:before { color: red!immportant; } @media (max-width: 991px) and (min-width: 768px){ body .mobile-nav-icon .basel-burger, body .mobile-nav-icon .basel-burger::after, body .mobile-nav-icon .basel-burger::before { background-color: red!immportant; } } }
Best Regards
July 17, 2019 at 11:08 am #133135
MaikelParticipantHi support,
Still the same result…
Best regards,
Maikel
July 17, 2019 at 8:32 pm #133237
Elise NoromitMemberHello,
Please provide your site admin access to the private area.
Best Regards
July 18, 2019 at 1:09 pm #133390
MaikelParticipantHi support,
In that case we keep the background color just blue.
Finally, we would like to make the funnel icon completely white just like the rest (see image)
Thank you for your help!
Best regards,
Maikel
Attachments:
You must be logged in to view attached files.July 18, 2019 at 8:16 pm #133464
Elise NoromitMemberHello,
Please provide me with access to the admin panel of the site. You have provided URL only.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register