Solved

How do I change bold and change the colour of one of my collection menu

Dom2306
Explorer
54 0 12

Hi there, I just want to bold and change the colour to red for my 11:11 sale to make it more prominent for my customer.

This is my webstore.

https://www.snooze-store.com/

11-11.PNG

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@Dom2306 

Add code Your assets/theme.scss.liquid bottom of the file.

@media only screen and (min-width: 992px){
ul#SiteNav li:first-child > .site-nav__link--main {
    width: auto!important;
    padding-left: 10px!important;
    font-weight: bold !important;
    color: red !important;
}
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 5 (5)

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@Dom2306 

Add code Your assets/theme.scss.liquid bottom of the file.

@media only screen and (min-width: 992px){
ul#SiteNav li:first-child > .site-nav__link--main {
    width: auto!important;
    padding-left: 10px!important;
    font-weight: bold !important;
    color: red !important;
}
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Dom2306
Explorer
54 0 12

Hi after the promo, I removed the collection and the strings of coding you sent. But it is now replaced with my first collection. How do I remove it?
https://www.snooze-store.com/

dmwwebartisan
Shopify Partner
12280 2546 3694

@Dom2306 

Please share screenshot what do want!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Dom2306
Explorer
54 0 12

Capture.PNG

Hi can I change the Jordan back to black and un-bold it

Dom2306
Explorer
54 0 12

Hi I have shared as above post