I Need The Header To Be Transparent In Its First Visualization - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

I Need The Header To Be Transparent In Its First Visualization

Mauricio Valdez

Mauricio Valdez

Template 2 years ago

Hi

In the Wimble template I need the header to be transparent in its first visualization and once it is lowered with the mouse down, the header is blank, (the latter already does and good)...

I am attaching two images of this and in the first image it is presented in a gray fade which I do not need, what I require is that it be transparent, as it is when originally installed.

https://1drv.ms/u/s!ArQUV051UxWYgaGtVNfx566FXpX0VOs?e=ZeXEdc https://1drv.ms/u/s!ArQUV051UxWYgaGtVNfx566FXpX0VOs?e=GAgUl2

If you send me a custom code for me to include it, it would help me a lot!...

Thanks...

0
16 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #97244

Hi

Thanks for contacting us. Use this custom CSS

body.default-home #sp-header.transparent-header{
    background-image: none !important;
    background-color: transparent !important;
}
body.default-home #sp-header.transparent-header.header-sticky{
    background-color:white !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
Mauricio Valdez
Mauricio Valdez
Accepted Answer
2 years ago #97267

Thanks so much!.... it works!...

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #97392

You are most welcome.

0
Mauricio Valdez
Mauricio Valdez
Accepted Answer
5 months ago #194295

Hello Mehtaz Afsana

I'm using the WIMBLE template again, and I'm experiencing the problem again: the top menu area isn't transparent.

I already applied the CSS code you provided me two years ago. I also applied it to this new template in Joomla 5.3.1, and it doesn't work.

Is there new code you could provide me, please, to customize that template?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #194412

Hi

You can use this CSS in your custom.css file

#sp-header {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.1) !important;
}
0
Mauricio Valdez
Mauricio Valdez
Accepted Answer
5 months ago #194452

Thanks so much!.... it works!... you saveme Mehtaz Afsana!!... Thanks...

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #194519

Glad to know that and you are most welcome.

0
Mauricio Valdez
Mauricio Valdez
Accepted Answer
5 months ago #194541

Hi Mehtaz Afsana

The code you gave me helped me a lot, but since I'm not very familiar with the configuration of CSS files, I've now lost the ability to make the top bar, where the menu is, stay fixed while scrolling down, and the letters have turned black (I don't want to change the color customization because I've previously made some adjustments and they haven't turned out quite right).

I'm attaching three images of what I'm telling you.

That's why I ask you to please add the lines of code to the code you kindly gave me that keep the top bar fixed while scrolling and make the letters transparent.

![https://1drv.ms/f/s!ArQUV051UxWYgrfBDe_Djj_0R9V6wfo?e=ad3keD] (https://1drv.ms/f/s!ArQUV051UxWYgrfBDe_Djj_0R9V6wfo?e=ad3keD)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #194702

I already gave you the code

https://prnt.sc/i51oZD9KqExl

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #194703

If you want to fixed the header then you have to remove the position absolute from the header.

#sp-header {
    position: absolute !important;

}

You have to remove this portion of code but if you remove position absolute then the header will not be transparent, you can use opacity on them. Because when header is in Relative position or fixed position, therefore you can see body background color through Header. So this is the case.

0
Mauricio Valdez
Mauricio Valdez
Accepted Answer
4 months ago #194738

Thank you so much for the information, Mehtaz Afsana.

It's really helpful. The transparency where the menu is located was already achieved with the codes you sent me, and I was able to manipulate the transparency a bit, as you mentioned.

There are only two things I can't seem to do: pin the menu to the top and make the text white.

It's clear to me that these are minimal details, and I kept looking until I got them. I don't want to waste your time with minor details.

The last question is, do you know if you have the original code, just as the template comes once it's installed? The template works perfectly once installed.

Due to design manipulation and for reasons unknown to me, the top bar where the menu is located was changed, or I changed it myself due to a lack of knowledge (there's no doubt about that), and it no longer displays as it originally did once the template was installed.

Is there original code I could copy and paste into the CSS customization to make it work like the original template?

If not, I'll understand, and I'd be very grateful for the help, Mehtaz Afsana.

Thanks, realy Thanks.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #194851

Hi

Do you want this effect?

https://prnt.sc/qjOBYoCqbbet

You can then try this CSS in your custom.css file

#sp-header {
    position: fixed !important;
    background: rgba(0, 0, 0, 0.2) !important;
}
.sp-megamenu-parent>li>a {
    color: #fff !important;
}
0
Mauricio Valdez
Mauricio Valdez
Accepted Answer
4 months ago #194893

Thank you so, so much Mehtaz Afsana

This is the code I needed, I really appreciate it!! Thank you!!!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #194908

You are always welcome.

We greatly value your opinion and would love to hear your feedback about our product. If you could spare a moment, it would mean a lot to us!

You can share your review here:

Joomla Extensions Directory

Trustpilot

Thank you for your time and support. Your feedback helps us improve and grow!

0
Mauricio Valdez
Mauricio Valdez
Accepted Answer
4 months ago #195005

Hello Mehtaz Afsana.

I've already posted my review of the component and your excellent service. Thank you.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #195129

Thanks a lot.

0