Closed (fixed)
Project:
BlueMasters
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2014 at 07:09 UTC
Updated:
5 Dec 2019 at 03:19 UTC
Jump to comment: Most recent
Comments
Comment #1
vako commentedI also need this option.
Comment #2
djsagar commentedHI,
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!
Comment #3
djsagar commentedComment #4
gaurav.kapoor commentedThere is no plan to make it configurable, so doing it via CSS is only option for now.