Site logo

Archived topic

Border on navigation

3 replies · Started by Damon on July 4, 2016

Viewing posts 1–4 of 4

Hi there
Please can someone tell me how to add a border (top and bottom) to the main navigation?

I've tried Firebugging it to no avail.

Thanks

Hi there,

Maybe something like this will work for you:

.main-navigation {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

Ace, thanks very much.

You're very welcome :)

This archived topic is closed to new replies.