Shopify themes, liquid, logos, and UX
I want to change colour of main menu to black background and white text
My URL https://houseofsneakers.in/
Solved! Go to the solution
This is an accepted solution.
Hi @Emiway
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 1199px){
mobile-navigation#mobile-menu-drawer, .drawer__header.drawer__header--shadowed {
background: black !important;
}
mobile-navigation#mobile-menu-drawer * {
color: white !important;
}
.mobile-nav__item:not(:last-child) {
border-color: white !important;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Emiway
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 1199px){
mobile-navigation#mobile-menu-drawer, .drawer__header.drawer__header--shadowed {
background: black !important;
}
mobile-navigation#mobile-menu-drawer * {
color: white !important;
}
.mobile-nav__item:not(:last-child) {
border-color: white !important;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Also want this all text in Max 2 lines
Please dont forget to likes also.
What I can do for the lines are decrease the letter spacing.
Check this one. Same instruction.
@media only screen and (max-width: 1199px){
.product-item__info {
letter-spacing: -.5px;
}
}
And Save.
Some may not be on the 2 lines it is because of the titles you put on the product. You need to lesser it in order to fitted 2lines.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Find Global Growth Opportunities For Your Business with Shopify AcademyLearn how to exp...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025