Top menu (with social icons and search) with transparent header

2 replies · opened Dec 11, 2017

OOGMA_18Dec 11, 2017

Hello

just started to use Canvas and it looks wonderful and very complete. I do have one issue, though. I would like to use a top menu for social icons and search, a primary menu with logo on the left and ul on the right. All these using .transparent-header as I'm using a slider as well. The thing is, it works fine with the primary menu, as you have in your examples, but the top menu disapears when I use .transparent-header. It's there but tottaly transparent. Any advice on how can I solve this?

Thanks

OOGMA_18Dec 11, 2017

Anyone, please?

SSemicolon WebSTAFFDec 11, 2017

Hello,

Thank You so much for the Kind Words! :)

The Top Bar was not made to be Transparent Header compatible by default. But this is Definitely Possible to implement this by simply adding the following CSS Code:

@media (min-width: 992px) {

	#top-bar {
		z-index: 299;
		border-bottom-color: rgba(0, 0, 0, 0.05);
	}

	.top-links ul li,
	#top-social li {
		border-left-color: rgba(0, 0, 0, 0.05);
	}

	#top-bar.transparent-topbar { background: transparent !important; }

	#top-bar.transparent-topbar + #header.transparent-header + #slider,
	#top-bar.transparent-topbar + #header.transparent-header + .page-title-parallax {
		margin-bottom: -145px;
		top: -145px;
	}

}

.dark .top-links li > a { color: #EEE; }

.dark .top-links li:hover { background-color: rgba(255,255,255,0.15); }

.dark #top-social li { border-left: 0; }

.dark #top-social li a { color: #EEE; }

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard