Make main menu transparent

Posted in: Newspaper
Post count: 1

I’m trying to make the main menu transparent at: blog.raveready.com

The background header already takes care of the visual division, so I want that whole section to be transparent. I had no issues with figuring it out on previous releases with custom CSS…but for some reason I’m totally failing here.

Here is the css I’m using.

.td-boxed-layout {
background-color:transparent;
}
.td-menu-background {
background-color:transparent;
}
.td-menu-wrap {
background-color:transparent;
}
Post count: 3343

Hi,
Use this CSS, add it in Theme panel -> Custom CSS

.td-boxed-layout .affix-top .td-menu-wrap {
    background: transparent !important;
}
.td-boxed-layout .affix-top .td-menu-wrap {
    border-bottom: 4px solid #D8097F;
}
.affix-top .sf-menu > li > a {
    line-height: 53px;
}
.affix-top .sf-sub-indicator {
    top: 26px;
}
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.