Hello,
I would like to see about removing the mobile header background? Please take a look at my link
Hey CMCEquipment!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.responsive .header_color .header_bg {
background: none!important;
}
Cheers!
Yigit
Yigit,
Thanks for hte fast response but this removes the header all together. Any ideas?
also i want to reduce to space between the three buttons below and the slider. Is there a better way to have pictures as buttons with a header?
Hi!
Please change the code to following one
@media only screen and (max-width: 768px) {
.header_color .header_bg {
background: none!important;
}}
It seems like you have already figured it out – http://i.imgur.com/APm4Rjq.png?
Regards,
Yigit
Thank you that worked out great!