how to make sticky header get transparent effect
-
Hi there,
I want to the sticky header can be a little bit transparent like my original website.
https://fukurosan.com.tw
Which means as I scroll down, the header can be transparent and the content can still be seen even it was overlapped.
Thanks!
Hello,
I have tried visiting the both links you provided but was unable to visit. Please make sure the links are working to check it myself and help you out accordingly.
The links visited like in the screenshot below.
Screenshot for Clarification: https://ibb.co/fvFqXL6
Best Regards.
Hi there,
Sorry, I have deleted the original website and move into https://fukurosan.com.tw
Cuz the website is not completed, you should log in to check.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS to change the background of the sticky header.
body .whb-sticked .whb-general-header {
background-color: red;
}
You can set the color value according to your needs.
Regard’s.
Xtemos Studio.