Hi
I'm completly new to PageLines but used to working in Worpress. I'm slowly building my page www.digitaltales.dk and was wondering where in PageLines I can change the look and feel of the different menus? I feel like I've looked everywhere. I also tried adding custom CSS and I seem to be able to target the "Second nav" (which is called the Primary Navigation in Wordpress-menus !?!) but only some of my code seem to come into effect. Preferably I would like the content of the menu to be right aligned, change to font to Gill Sans so that it matches the rest of the page typography and add some spacing between the letters - but how do I go about it? You can see the page on www.digitaltales.dk I've also added an image for clarification.
Thanks in advance.
------- MY CUSTOM CSS -------
.section-navbar .content-pad .navbar-content-pad {
padding: 0 10px;
background-color: #ff00ff;
color: #474747!important;
border: 0px;
font-family:"Times New Roman", Georgia, Serif;
}
.navbar .searchform .searchfield {
display: none;
}
.navbar .searchform .searchfield {
background-color: #ff00ff;
border: none;
box-shadow: none;
}












