Viewing 5 reply threads
You must be logged in to reply to this topic.
Hi,
I would like to set the mobile header background to a transparent color.
Can you please help me with this?
Best regards
Hello,
Yes, you only need to add some custom code into your custom css box. Can you send us a link of your site? So i can give the precise code to add.
Best regards!
Many thanks for your help.
Here is the link: https://yacht-building-and-refit.com/
Best regards
Many thanks for your help.
Here is the link: https://yacht-building-and-refit.com/
I’m using header over slider. But in responsive mode header turns to white.
Best regards
Hello,
Please add this code into your custom css box:
@media (max-width: 767px){
.header_transparency header#header {
background: rgba(255, 255, 255, 0) !important;
}}
Best regards!
You must be logged in to reply to this topic.