I need to change the color of the icon bar in mobile to black, it is proving impossible, if I can do it from “development tools” when passing the code to endfold, I do not see the results.
URL: https://test.greaterskies.co.uk/
Current design: http://i.imgur.com/diT56Jk.png
Desired design: http://i.imgur.com/MDyftyC.png
Thank you.
Hey buscoseo,
Please try adding the following to quick css:
@media only screen and (max-width: 767px) {
#header_meta{
background:#000!important;
}
.social_icon_1, .social_icon_2, .social_icon_3{
border:0px!important;
}
}
Best regards,
Jordan Shannon