Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #366914

    Hi Support,

    How to get a topmenu item bordered?
    Have set the menu item “Contact us” to Menu Style / Button style (bordered) but only get it to work in the main menu?

    //Cheers!

    • This topic was modified 9 years, 10 months ago by apower84.
    #367007

    Hi Mattias!

    That option is only for the main menu. You can do some custom styling on the secondary menu though.

    You can target that item with this.

    #menu-item-1458, #menu-item-1458 a {  }
    

    Regards,
    Elliott

    #367056

    Cool im still learning CSS so i can do this on my own later, can you please provide me with CSS code i want the border to be white and and font px to be 12px.

    Cheers!

    #367063
    #367071

    Hi Flikk,

    Thank you added some more CSS and now it looks good!
    But in responsive mode it looks crap? and how to fix the hover CSS?

    #menu-item-1458, #menu-item-1458 a {
    border-color: white;
    font-size: 14px;
    border-style: solid;
    padding: 8px;
    }
    • This reply was modified 9 years, 10 months ago by apower84.
    #367447

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 1200px) {
    .av-main-nav > li > a { padding: 0 9px; }}

    Cheers!
    Yigit

    #378812

    Thank you @Yigit and @Elliott.
    You can close this ticket now found a good solution :-)

    Cheers!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Topmenu / Button style (bordered)’ is closed to new replies.