Shopify themes, liquid, logos, and UX
Hi,
Theme : Warehouse
When I this code the fotter is Changing
<style>
@media screen and (min-width: 990px) {
.list--unstyled{
display: flex;
justify-content: center;
align-items: center;
}
.nav-bar__link{
font-weight: 900;
}
}
</style>
When i use the below code all are going to the center :
@media screen and (min-width: 1000px) {
.nav-bar {
font-weight: 700;
text-align : center;
}
}
when i use this code as well:
<style> .nav-bar .nav-bar__linklist{ text-align: center; } </style>
can anyone help us please
Solved! Go to the solution
This is an accepted solution.
.nav-bar .mega-menu {
text-align: left !important;
}
Can you add more code @lesriches
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Hi @lesriches
Could you share the store URL and password?
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi @lesriches
Make a slight change to ensure that the CSS only affects the Header and not other components. It looks like this
<style>
@media screen and (min-width: 990px) {
#mobile-menu .list--unstyled{
display: flex;
justify-content: center;
align-items: center;
}
.header .nav-bar .nav-bar__link{
font-weight: 900;
}
}
</style>
If it's helpful, please like and mark it as a solution, thank you
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
the above does not work for me
Store Url : https://lesriches.co.uk/
password : admin@les
@lesriches - can you please share this page link?
@lesriches - please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css
.footer__title{font-weight: bold;}
Hello @lesriches .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
- Here is the solution for you @lesriches
- Please follow these steps:
- Then find the base.css or theme.css file.
.footer__title[disabled], .footer__title {
font-weight: bold !important;
text-align: center !important;
}
.footer__link-item {
text-align: center !important;
}
- Then add the following code at the end of the file and press 'Save' to save it.
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
hi,
i need the code for the header menu, which does not effect the footer .
thanks
Can you try this code @lesriches
.nav-bar__link {
font-weight: bold !important;
}
.mega-menu__column {
text-align: center !important;
}
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Hi ,
i need only the highlighted menu in center
thanks
.shopify-section-group-header-group .header+.nav-bar .nav-bar__inner .container {
text-align: center !important;
}
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
@lesriches like this?
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
.nav-bar__link {
font-weight: bold !important;
}
.shopify-section-group-header-group .header+.nav-bar .nav-bar__inner .container {
text-align: center !important;
}
Can you try this code @lesriches
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
hi,
can you please have look the screen short i dont want the highlited one in the middle ,
thanks.
.nav-bar__link {
font-weight: bold !important;
}
.shopify-section-group-header-group .header+.nav-bar .nav-bar__inner:first-child {
text-align: center !important;
}
Can you replace to this code @lesriches
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
hi,
Still in the no change when i replace with above code.
thanks.
This is an accepted solution.
.nav-bar .mega-menu {
text-align: left !important;
}
Can you add more code @lesriches
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Thanks It's Working
Glad to help you. Have a good day.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
We 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, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024