Shopify themes, liquid, logos, and UX
In the header I have placed my mouse over one of the links. It has disappeared.
I would like to change the color of the text from white to a more visible color on hover.
Can someone help me.
On your customization page, click on the header bar and go to the custom css section.
Try this:
.link:hover,
.header__active-menu-item:hover {
color: red !important;
}
Just change the color to whatever one you like.
.link- changes the menu options.
.header__active-menu-item- changes the menu option that is currently clicked on.
you can add :hover onto any element to customize its hover effect.
Hope this helps!
Hi @Rose1212
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the file above </Head> tag
<style>
.link:hover,
.header__active-menu-item:hover {
color: #fff !important;
}
</style>
Hi @Rose1212
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
.header__menu-item:hover, .header__menu-item:hover span {color: #000 !important;}
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
Hi @Rose1212
You can try this one.
nav.header__inline-menu span:hover {
color: red !important;
}
I hoe it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Rose1212
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.header__active-menu-item:hover {
color: red !important;
}
Hope you find my answer helpful!
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.
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