Tagged: x
-
AuthorPosts
-
December 2, 2016 at 2:35 pm #1279163
Hello.
I’m trying to disable and gray out the “Order (Closed)” menu button on my site. By disable I mean make it so you can not click on it and by grayed out I mean just changing the color of the button.
Is there a way to do this with CSS or something of the sorts?
I’ll reply with the link to my site and login information…
Thanks.
IanDecember 2, 2016 at 2:38 pm #1279170This reply has been marked as private.December 2, 2016 at 6:50 pm #1279420Hi there,
Please try to re add the button and add it as a custom link and set
javascript:void(0);
as the link.Hope this helps.
December 4, 2016 at 6:09 pm #1280816Hi.
Thanks that worked! 🙂
If I wanted to change the colour of it, how would I do that?
December 4, 2016 at 8:40 pm #1281042Hello There,
To make sure that the Order (Closed) menu item is not clickable and grayed out, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
#menu-item-1205 a { pointer-events: none; color: gray !important; }
Feel free to change the color which would match your site preference.
December 13, 2016 at 1:47 pm #1291728Hello.
That worked perfectly! Thank you! 🙂
December 13, 2016 at 3:32 pm #1291851Glad to hear it,
Joao
-
AuthorPosts