Create meny

Hi. I am working on a webpage for leadersormlandskusten.se.preview.binero.se and my customet would like me to style a meny like this one: http://www.leadersydostraskane.se/driva-projekt/ansoka/testa-er-projektide/ ”Driva projekt”
Is tjat possible through X? I was thinking about the elements that are available about navigation.
Tomas

Hello @TomasJarvling,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS to make the stiling changes:

.masthead-inline .x-navbar .desktop .sub-menu {
    top: 70px;
}

.masthead-inline .x-navbar .desktop .sub-menu a {
    color: #fff;
}
.masthead-inline .x-navbar .desktop .sub-menu {
    background: #414141;
}

I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

For the CSS code itself, I suggest that you get started with this tutorial:

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.