Site logo

Archived topic

Trans Menu bar at top...

7 replies · Started by Rodney on June 22, 2017

Viewing posts 1–8 of 8

I have the pro version of generatepress and would like to create a design like this menu...

http://designbatonrouge.com/

The top menu and logo are trans with a little line. I seen how to make it totally clear
but not like this.

Thanks

Hi there,

If you are not using a page builder, try this:
https://docs.generatepress.com/article/merging-the-page-header-site-header/

If you are using a page builder, try this:
https://docs.generatepress.com/article/merging-header-navigation-content/

The site you linked is also using this box shadow:

@media (min-width:769px) {
    .inside-header {
        box-shadow: 0 10px 10px -9px #000000;
        -moz-box-shadow: 0 10px 10px -9px #000000;
        -webkit-box-shadow: 0 10px 10px -9px #000000;
        left: 0;
        top: 0;
        right: 0;
    }
}

Here is my website:

http://service.theviralsimulation.com/

Do I put that code in the css box?

I would like it to have that line under the bar with the logo and menu.

Not totally clear.

Thanks

I added the code to my simple css. But I don't see any changes.

Do I need to edit something?

Thanks for helping me.

Ok. Sorry about that.

Thanks, Leo so much for your help.

You and Tom are the best!!!

I will play with the numbers.

You're very welcome :) Glad we've been helpful!

This archived topic is closed to new replies.