TRANSPARENT MENU

Posted in: Newspaper
Post count: 19

How can I set the menu to be transparent over the first row (picture), like you see on most websites these days (example: https://realtyinorlando.com)?Menu

Post count: 23312

Hello Ben7777,

If you want to make your menu to be transparent, you have to use a bit of CSS code for a background-color. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-banner-wrap-full, .td-header-menu-wrap-full {
background-color: transparent;
}

The result you should see here -> http://screencast.com/t/LZW6lv7WRIc

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.