Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #530219

    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

    • This topic was modified 9 years ago by kimogroup.
    #530281

    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

    #530287

    Elliot,
    i have created it but i want to do it before it appears on the front page

    #530296

    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

    #530309
    #530324

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.