Hi joaoreis
First you can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
YOUR CSS RULES
It is advisable to learn how to do this on your own too.
Check out
Please Login or Register to see this Hidden Content
I find this Rob´s reply perhaps help you:
The following code is not specific to your site and provided for informative purposes only, to provide an example of several different elements for the menu. Look through it and you'll see how colors are changed. I'd also suggest you get Firebug for Firefox to help you find each element. The colors should be changed if you use any of this, to suit your needs.
/* NAV BACKGROUND AND BORDER UNDER NAV */
.navigation_wrap {
border-bottom: 1px solid Please Login or Register to see this Hidden Content
!important;
background-color: Please Login or Register to see this Hidden Content
!important;}
/* TO CHANGE THE COLOR OF THE NAV TEXT AND BACKGROUND (NO HOVER) */
.main-nav li a {
background-color: Please Login or Register to see this Hidden Content
!important;
color: Please Login or Register to see this Hidden Content
!important;}
/* TO CHANGE THE COLOR OF THE NAV TEXT AND BACKGROUND ON HOVER */
.main-nav li a:hover {
background-color: Please Login or Register to see this Hidden Content
!important;
color: Please Login or Register to see this Hidden Content
!important;}
/* TO MAKE THE ACTIVE MENU APPEAR LIKE THE REST */
.main-nav .current-menu-item a, .main-nav .current-menu-item ul li a:hover {
background-color: Please Login or Register to see this Hidden Content
!important;
color: Please Login or Register to see this Hidden Content
!important;}
.main-nav .current-menu-item ul li a {
background-color: Please Login or Register to see this Hidden Content
!important;
color: Please Login or Register to see this Hidden Content
!important;}
Also you can use de Nav Classic with the "Simple CSS Lite" plugin found in the PageLines Store to change all parameters.
It's a free plugin that allows you control over the color of the menu.
Simple CSS Lite only works on the standard navigation, it don´t work on NavBar.