Make a copy of main menu

publianagrama's picture
publianagrama
Mon, 05/06/2013 - 05:29
#1
Make a copy of main menu

Hi all, I need to make a new menu like main menu with the same css.

When I create the new menu it looks without css, how can I make it looks like the main menu?

 

thanks for all

Neo's picture
Neo
Mon, 05/06/2013 - 06:25

Hi,

You can add custom css:

ul#main-menu-links li {
	float: left;
	margin: 0 1px 0 0;
}
ul#main-menu-links li a {
	border-top: 3px solid #000;
	color: #fff;
	display: block;
	padding: 0 18px;
	height: 47px;
	line-height: 44px;
	text-transform: uppercase;
}

ul#main-menu-links li a {
	border: none;
	height: 50px;
	line-height: 50px;
}
ul#main-menu-links li:hover a,
ul#main-menu-links li.active a {
	background: #CC3333;
}

change #main-menu-links to your menu id or class

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.