My website – http://bclpower.co.uk has a transparent header on desktop but when you go on mobile it has the blue header..
how can i fix this? can’t see to find any css class which is causing this?
Hey foamymedia!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header { position: absolute; }}
Best regards,
Yigit
thanks!