Shopify themes, liquid, logos, and UX
Hello everyone
when I open our catalog, I would like the texts to be under 'catalog' and not in the center. And my next question is how can I change the black background to a white one? Does anyone have an idea and can help?
password: bautso
hello @ReviveShop
Go to online store ----> themes ----> actions ----> edit code ---->assets ----> base.css...>
add the code end of the file
ul.mega-menu__list.page-width.mega-menu__list--condensed {
width: 60%;
text-align: left !important;
}
.header-wrapper * {
color: #000000; !important
}
result
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
Hello @ReviveShop
Go to online store ----> themes ----> actions ----> edit code---->base.css ----> line number 3562
esarch this code
*, *:before, *:after {
text-align: center;
}
and replace with this code
*, *:before, *:after {
text-align: left;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This kinda worked,but its completlty on the left now and not aligned like on your screenshot. Also is it possible to change background to white and font to black
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->component-mega-menu.css
add this code at the end of the file.
.header-wrapper * {
color: black;
background: white;
}
.mega-menu__link:hover, .mega-menu__link--active {
color: black;
}
ul.mega-menu__list.page-width.mega-menu__list--condensed {
width: 60%;
}
*, *::before, *::after {
text-align: left;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This is perfect on every site but on the Home page it looks like this:
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.
.header-wrapper * {
color: black !important;
}
result
Thanks
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By 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, 2024