Child theme .css header menu and footer

Hi, just install the X theme, plus x-child theme were I want to setup all my changes to the website.

What do I need to add at styles.css (on child theme folder) in order to:

1.>configure header menu - remove colored hoover bar

2.>configure footer - define new footer text alignment, change margin in order to get e slimmer footer, etc

Thanks

Hello @transparente,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none;
}

footer.x-colophon.top {
    padding-top: 5px;
    padding-bottom: 5px;
}

Thanks.

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