All things Shopify and commerce
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.
Also how can I make my logo bigger? I don't see an option to make the logo bigger.
Here is my shop:
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:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
And make logo bigger
<style>
.mdp-weare-menu-1 .mdp-container .mdp-logo img {
max-height: 70px !important;
}
</style>
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:
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
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.
Hello, I pasted the code above the </head> but it's still not turning red.
Hi. If you will unable to implement the same then I'm happy to do this for you, let me know.
By 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, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024