Hi kozakos,
<blockquote>is it possible to change the background color of main menu buttons ( each menu button different color).
is it possible to do it with suffix class ?</blockquote>
Let’s say Yes. Pls do as follow:
– Go to Backend >> Extensions >> Template Manager >> Your template >> Megamenu
– Select a menu (in here, i changed for 2 menu: Home, Typography) >> Add Extra Class name as image: http://prntscr.com/1mhuqy (Home), http://prntscr.com/1mhv58 (Typography)
– Open file: /templates/ja_mero/css/custom.css
– Add this code:
.navbar .nav > li.home > a{
background:green !important;
}
.navbar .nav > li.typo > a{
background:red !important;
}
This is result: http://prntscr.com/1mhw9j
Hope this is clear and helpful to you.
Regards,
Nazario