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

    Hi, i would like to have a border around the active main menu item. It must be a solid black border with rounded corners.
    Is this possible? I searched the support forum but can’t find a proper solution.
    THX Freek

    #641303

    Hi @Freek ;
    add this line into your custom css file or into quick css zone :
    adjust theme as you like.

    /*CHANGE ACTIVE MENU - BORDER - MARGIN - PADDING - BACKGROUND-COLOR - BORDER-RADUIS */
    #header .av-main-nav .current-menu-item > a > .avia-menu-text 
    {border:2px solid rgba(55, 55, 55 ,1) !important;margin-left:5px !important;padding:12px !important;background-color: rgba(255, 188, 8, 0.75) !important;border-radius: 8px !important;}
    • This reply was modified 8 years, 4 months ago by begrafiks.
    #641315

    Thanks for the quick respons! It works great!
    THX Freek

    #641548

    Hi!

    Glad @begrafiks could help!

    @begrafiks
    thanks a lot :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Border around active menu item’ is closed to new replies.