This topic has 4 replies, 2 voices, and was last updated 6 months, 3 weeks ago ago by Tony Rodriguez
Hi!
Please assist with the correct css to change the sale menu item on the mobile menu to red as well. But I don’t want the sub-menu items to be red as well. Please see screenshot attached.
I tried this code in Global CSS as well:
.menu-item-124969 .item-link {
color: #D30000 !important;
font-weight: 900 !important;
}
Hello, @Incanda,
We kindly request that you remove the previously added custom CSS code and replace it with the following to enhance the website’s responsiveness and aesthetics:
**For Mobile Devices:**
@media (max-width: 600px){
li#menu-item-124969 > a {
color: #D30000 !important;
}
}
**For Desktop:**
.menu-item-129774 > .item-link {
color: #D30000 !important;
font-weight: 900 !important;
}
We believe these adjustments will effectively address your issue.
If the issue persists, please provide a screenshot of the problem and Wp-admin access in the private content area so that we will further check it for you and help you.
We kindly recommend that you take a complete backup of your site before proceeding.
Best Regards,
8Theme’s Team
Thank you Tony! It works 100% now! 🙂
Hello, @Incanda,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘Trying to change mobile menu item color to red’' has been successfully resolved, and the topic is now closed for further responses