I have created categories as a menu , i want to have it with a different color buttons,
Please help with it
and image has been attached
Thank you
Hey kimogroup!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
Elliott
Elliot,
i have created it but i want to do it before it appears on the front page
Hi!
Which element are you using for it? The fullwidth submenu? Can you create a test page and create the element there and then send us a link to the test page?
Best regards,
Elliott
Hi!
Add this to a codeblock element in the page content.
<style type = "text/css">
.av-submenu-container li {
width: 19% !important;
color: white !important;
}
.av-submenu-container ul > li:nth-child(1), .av-submenu-container ul > li:nth-child(1) a {
background: red !important;
}
.av-submenu-container ul > li:nth-child(2), .av-submenu-container ul > li:nth-child(2) a {
background: blue !important;
}
.av-submenu-container ul > li:nth-child(3), .av-submenu-container ul > li:nth-child(3) a {
background: green !important;
}
</style>
And keep copying the format used for each link.
Regards,
Elliott