How to give rounded style to the menu buttons

  • Author
    Posts
  • #36109
    Thanasis

    Hi! I was wondering how can I give a rounded style (border-radius) for the menu buttons, through the custom css of the parabola theme settings.
    Thank you in advance.

    #36110
    Thanasis

    Please close the thread. I have found the code to add to the custom CSS of the theme options.
    I leave it in case anyone has the same idea:

    #access a, #access ul ul a {
    border-radius:0.8em;
    }

    adding to the above this:
    #access ul ul
    will also add rounding to the menu shadow, but if you have more than one subitem it doesn’t look so good.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to give rounded style to the menu buttons’ is closed to new replies.