Main menu border radius

Posted in: Newsmag
Post count: 15

Please tell me how i can make the main menu border radius: 3px

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/27KwjcMbd7

.td-header-main-menu {
border-radius: 13px;
}

A 3px radius won’t be to visible so I’ve used a bigger value for the demonstration but you can change it as you want.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.