Home › Forums › WoodMart support forum › Blur sticky header
Blur sticky header
- This topic has 18 replies, 2 voices, and was last updated 1 year, 8 months ago by Luke Nielsen.
-
AuthorPosts
-
March 16, 2023 at 11:19 am #451641
MatoZatoParticipantHello. Please how can i do Blur sticky header?
How CSS code?
Thank you very much.
March 16, 2023 at 1:07 pm #451677
Luke NielsenKeymasterHello,
Please try to use the below code, enter it into the “Desktop CSS” area in Theme Settings -> Custom CSS.
.whb-sticked .whb-row { background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); }
Feel free to reach out to me anytime when you have anything more to say.
Kind Regards
March 17, 2023 at 2:49 pm #452078
MatoZatoParticipantHello. Thank but ist not a BLUR.
I need Black Opacity and BLUR
Thank you very much.
March 17, 2023 at 2:55 pm #452081
Luke NielsenKeymasterHello,
In this case, try the below one.
body .whb-sticked .whb-row { background-color: rgba(0, 0, 0, 0.6); backdrop-filter: blur(7px); }
https://monosnap.com/file/cL7pCWnv1JFlBTVZJFj1GwZNwAbJhm
Kind Regards
March 20, 2023 at 10:47 am #452521
MatoZatoParticipantHello.
Please.
Blur not work.
March 20, 2023 at 11:55 am #452570
Luke NielsenKeymasterHello,
Could you please update the access? Because seems that the last one is incorrect.
https://monosnap.com/file/APAjCCsFbabYg4Fmcw6Nnk0evUO7s5
I await your response.
Kind Regards
March 22, 2023 at 6:27 pm #453439
MatoZatoParticipantYes. Try please.
March 23, 2023 at 10:32 am #453573
Luke NielsenKeymasterHello,
Sorry but I still cannot access the admin panel, here is a screenshot:
May I request you check the access on your side?
I await your response.
Kind Regards
March 23, 2023 at 11:34 am #453605
MatoZatoParticipantHm. Try now please.
March 23, 2023 at 4:06 pm #453670
Luke NielsenKeymasterHello,
I see that the “Blur” is working well right now, here is a screenshot: https://prnt.sc/_ayxNFRFrqkA
Let me know if you have any questions, I’d be happy to answer them.
Kind Regards
March 24, 2023 at 12:43 pm #453843
MatoZatoParticipantI dont know why. But for me not working.
I send image.
Attachments:
You must be logged in to view attached files.March 24, 2023 at 3:53 pm #453904
Luke NielsenKeymasterHello,
I am using the Chrome browser and there this feature is supported. So most likely you use a browser that doesn’t support such a feature via the above CSS.
In the meantime, feel free to ask me any questions you may have.
Kind Regards
March 24, 2023 at 4:54 pm #453944
MatoZatoParticipantI try FireFox and Safari and not workin
March 24, 2023 at 4:57 pm #453945
MatoZatoParticipantAnd on page https://www.apple.com/
it workin in FireFox too. Why? 🙂March 25, 2023 at 5:32 pm #454131
MatoZatoParticipantPlease
March 27, 2023 at 11:35 am #454373
MatoZatoParticipantPlease, you can answer me, why Apple Blur effect work on every browser?
March 27, 2023 at 12:48 pm #454404
Luke NielsenKeymasterHello,
Please add the below code into the same area in Theme Settings -> Custom CSS. Then recheck the issue.
body .whb-sticked .whb-main-header { transform: unset; }
Thanks for your time and have a great day.
Kind Regards
- This reply was modified 1 year, 8 months ago by Luke Nielsen.
March 27, 2023 at 2:43 pm #454453
MatoZatoParticipantYes cool.
Its work 🙂
Thank you very much 🙂
March 27, 2023 at 2:47 pm #454455
Luke NielsenKeymasterYou are welcome! Don’t hesitate to reach out if you have any more questions. We’re thankful that you took the time to share your concerns with us.
Have a good day!
Kind Regards
-
AuthorPosts
The topic ‘Blur sticky header’ is closed to new replies.
- You must be logged in to create new topics. Login / Register