How to change color of one word in menu

How to change color of one word in menu

KosmicFashion
Visitor
2 0 0

Hello, how do I change the "CLEARANCE" to color red? I tried following some other steps I found such as base.css but I do not see that in shop. I have a template I have purchased so maybe that is why I do not see base.css.

Screenshot 2024-05-28 174928.png

 

 

Also how can I make my logo bigger? I don't see an option to make the logo bigger. 

 

Here is my shop:

https://kosmicfashion.com/

Replies 5 (5)

AnneLuo
Shopify Partner
902 167 191

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.mdp-menu-root :nth-child(6) a.mdp-menu-link {
    color: red !important;
}
</style>

Result:

AnneLuo_0-1716944308609.png

 


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

AnneLuo
Shopify Partner
902 167 191

And make logo bigger

<style>
.mdp-weare-menu-1 .mdp-container .mdp-logo img {
    max-height: 70px !important;
}
</style>
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

PageFly-Richard
Shopify Partner
4584 1050 1710

Hi @KosmicFashion 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.mdp-menu-item a[href="/collections/clearance"] {
    color: red !important;
}
.mdp-weare-menu-1 .mdp-container .mdp-logo img {
    max-height: 60px;
}
</style>

You can increase the value of 60px to make logo bigger:

PageFlyRichard_0-1716944475560.png

While investigate on the issue for you, I've found that your store looking good. However there's suggestion that you can consider to take it

PageFlyRichard_1-1716944569345.png

 

You can highlight the product price here, make it bigger and in color for customer that easier to see the price of the product 

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

KosmicFashion
Visitor
2 0 0

Hello, I pasted the code above the </head> but it's still not turning red.

Screenshot 2024-05-28 214706.png

AnneLuo
Shopify Partner
902 167 191

Hi. If you will unable to implement the same then I'm happy to do this for you, let me know.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee