Mobile menu item color
- The topic ‘Mobile menu item color’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
The anemone theme is excellent. Thank you for creating it. I have a custom css line changing the color of a single menu item to red in order to highlight the subscription option. I’d like to do the same for the mobile menu. Any thoughts?
Site: https://adminem.com
CSS used for the main menu:
. main-navigation li.cta a {
background-color: red;
color: #fff;
padding: 6px 14px;
}
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following css snippet.
.primary-menu-responsive li.cta a {
background-color: #ff0000;
padding-left: 10px;
}
Thanks
Worked !! Thanks.
Thanks for your feedback.