• magicman12345

    (@magicman12345)


    My website is http://www.alazarus.com. Can anyone tell me how I can round the edges of the menu bar to look more like the edges of the blue boxes at the bottom? The menu bar being the black strip with “Home” “Blog” “Media & Reviews” etc…Thanks so very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    As you are using a commercial theme, you need to seek support from the theme’s vendors.
    http://www.studiopress.com/support

    vtxyzzy

    (@vtxyzzy)

    You should use a Child theme for your changes. If you do not, the changes will be lost if you update the theme.

    Try adding this to the end of your style.css:

    #nav {
        border-radius: 10px 10px 10px 10px;
        margin: 10px 0 0;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Menu Bar rounded’ is closed to new replies.