Menu Wizard CSS option

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
0rangegal
Posts: 9
Joined: September 17th, 2013, 12:56 pm

Menu Wizard CSS option

Post by 0rangegal »

I do not see how to use CSS to colorize menu items. When I input a CSS code and click Apply, nothing changes! How do you make it work?

I tried this:

background-color: #C7DEFE !important;
-moz-appearance: none !important;
color: #66780D;
font-weight: bold;
font-size: 20px;

and this:

<style>
background-color: #C7DEFE !important;
-moz-appearance: none !important;
color: #66780D;
font-weight: bold;
font-size: 20px;
</style>
0rangegal
Posts: 9
Joined: September 17th, 2013, 12:56 pm

Re: Menu Wizard CSS option

Post by 0rangegal »

Never mind, I figured it out! :roll:
Post Reply