Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #810422

    HI,

    The site is https://goo.gl/9DyFWu
    I would like to set each menu item in its own button, as opposed to a big black bar as it currently is.
    Please can you give me the CSS Code (or explain ) to make the buttons Seperate with a gap between each one?

    Also can you tell me which part of the Advanced Styling i need to use to change colours, transparency and borders on buttons?

    Thanks,

    Rob.

    #810478

    Hey hindsight-it,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header .av-main-nav > li > a {
        border: 1px solid #000;
        box-sizing: border-box;
        margin: 0 8px;
        border-radius: 3px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #810676

    Perfect! Thankyou so much!

    #810752

    Hi,

    We`re glad that your problem was solved!

    Best regards,
    John Torvik

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