Tagged: footer, responsive
i have a footer with a background image
settings are top center and repeat on the background image settings
now i want it to remove itself for mobile users because it displays it wrong on the mobile version
Just like the page background image removes in the mobile version is that possible
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.footer_color {
background: #d91b14 !important; }}
Best regards,
Yigit
thank you sooo much n sorry for the late reply