Shopify themes, liquid, logos, and UX
Hi, I need your help again, could you please guide me how can i change the color of these
1- Search bar menu color on desktop and mobile
2- Shopping cart menu on desktop and mobile
3- Customer accounts login menu on desktop and mobile
Store URL : https://ndympeslhzz4qfzr-56680546493.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Add this code in your base.css file:
/* Search bar menu */
.sticky-search-menu-open .header-nav-plain .search-modal__form,
.quickSearchResultsWrap,
.products-grid.column-3.disable-srollbar,
.quickSearchResultsBlock .search-block-title .text {
background-color: #ff9cdd !important;
}
/* Shopping cart menu */
.halo-sidebar-wrapper.custom-scrollbar,
.halo-sidebar-header.text-left {
background-color: #ff9cdd !important;
}
/* Without access to the login menu */
Change the color to whichever one you prefer!
Result:
This is an accepted solution.
Also add this code to your base.css file:
.toolbar .toolbar-dropdown .label-tab,
.form-input, .field__input,
.bundlePdItem-container,
.dropdown-menu.hidden-on-desktop,
.search-modal__form {
background-color: #f2efdd !important;
}
.toolbar .dropdown-menu.hidden-on-desktop .dropdown-menu-body li.is-active {
background-color: #e1dbb9 !important;
}
.search-modal__form {
border: 1px solid #a3470b !important;
}
Result:
This is an accepted solution.
Add this code in your base.css file:
/* Search bar menu */
.sticky-search-menu-open .header-nav-plain .search-modal__form,
.quickSearchResultsWrap,
.products-grid.column-3.disable-srollbar,
.quickSearchResultsBlock .search-block-title .text {
background-color: #ff9cdd !important;
}
/* Shopping cart menu */
.halo-sidebar-wrapper.custom-scrollbar,
.halo-sidebar-header.text-left {
background-color: #ff9cdd !important;
}
/* Without access to the login menu */
Change the color to whichever one you prefer!
Result:
Thank you so much its working but i can see few spaces are still showing white
This is an accepted solution.
Also add this code to your base.css file:
.toolbar .toolbar-dropdown .label-tab,
.form-input, .field__input,
.bundlePdItem-container,
.dropdown-menu.hidden-on-desktop,
.search-modal__form {
background-color: #f2efdd !important;
}
.toolbar .dropdown-menu.hidden-on-desktop .dropdown-menu-body li.is-active {
background-color: #e1dbb9 !important;
}
.search-modal__form {
border: 1px solid #a3470b !important;
}
Result:
Thank you so much, its working
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024