Opus Theme Transparent Header - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Opus Theme Transparent Header

Maurice Molenaar

Maurice Molenaar

Template 4 years ago

Hi!

I seem to have the same issue as Michele, but placing the css code you suggested here has the opposite effect for me. With this code, the transparent header stays with an unknown background color and the sticky menu gets transparent.

Could you please take a look?

0
12 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #41691

For everyone, please use this CSS to Template Options -> Custom Code -> Custom CSS to solve the issue

#sp-header {
    position: absolute !important;
}
#sp-header:before{
    opacity: 0 !important;
}
#sp-header.header-sticky{
    position: fixed !important;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #40265

Hello Maurice Molenaar

Please use this CSS to Template Options -> Custom Code -> Custom CSS

body.transparent-header #sp-header.header-sticky{
    background-color: blue !important;
}

Change the background color as you need.

Best regards

0
Maurice Molenaar
Maurice Molenaar
Accepted Answer
4 years ago #40267

Sorry, I need the non-sticky / default menu to be transparent. It is not now.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #40999

Please share your access again to check.

0
M
MESA
Accepted Answer
4 years ago #41168

Hi, I have the same issue of Maurice.

I am following the question. I am waiting to read here the suggested solution, because with the css code you suggested to Michele the transparent header stays with an unknown background color and the sticky menu gets transparent.

Thank you.

0
Maurice Molenaar
Maurice Molenaar
Accepted Answer
4 years ago #41218

Hello Ofi,

I already send you credentials with my original post, but please find them again in hidden content.

0
M
MESA
Accepted Answer
4 years ago #41229

Hi, I tried a local quickstart installation of Opus theme (opus_quickstart_j3_v2.0.0).

It seems to me that the transparent-header issue is in the new version of Opus theme, not only a issue of some user customization.

0
Maurice Molenaar
Maurice Molenaar
Accepted Answer
4 years ago #41230

It is in the new quickstart package indeed. I have a new installation where this issue arose.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #41556

Thanks, guys. I have figured out the issue. Please use this CSS to Template Options -> Custom Code -> Custom CSS

#sp-header {
    position: absolute !important;
}
#sp-header:before{
    opacity: 0 !important;
}

It should solve the issue.

0
Maurice Molenaar
Maurice Molenaar
Accepted Answer
4 years ago #41570

Thanks! It solves the issue partly. The default menu now is transparent. That's good.

But, before, when I scrolled, I had a fixed menu with a dark blue background. The fixed menu now disappears when scrolling. You can see on my homepage.

0
M
MESA
Accepted Answer
4 years ago #41632

I agree with Maurice: you have resolved the issue partly. When I scroll, the fixed menu disappears. There is no more sticky menu with a background color.

The issue is not only in the new quickstart package, but also in the new template alone.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #41690

I have added another line of CSS to Template Options -> Custom Code -> Custom CSS

#sp-header.header-sticky{
    position: fixed !important;
}

Now it looks okay. Please check your site.

0