hi how can i remove the social media icons for the responsive design ?i have already removed them for the web version but i cant seem to find the code for the reponsive design would you plz help me find it
thanks

Comments

vako’s picture

I also need this option.

djsagar’s picture

Status: Active » Needs review

HI,

You can remove social media icons for responsive design by using the media query in css file (themes/bluemasters/css/style.css).

like:
@media only screen and (max-width: 759px) {
body {
display: none;
}
}

Thanks!

djsagar’s picture

Assigned: mansoorweb » Unassigned
gaurav.kapoor’s picture

Status: Needs review » Fixed

There is no plan to make it configurable, so doing it via CSS is only option for now.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.