Hide social networking mobile version

September 2015 Joomla Template
GK User
Mon Apr 18, 2016 7:18 am
Hello,
In the template Technews I can hide the icon of social networks only in the mobile and tablet version?
regards
User avatar
Junior Boarder

teitbite
Thu Apr 21, 2016 2:44 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.item-social-icons {
display: none;
}
User avatar
Moderator

GK User
Thu Apr 21, 2016 3:07 pm
The intention is to remove only the mobile version
User avatar
Junior Boarder

teitbite
Mon Apr 25, 2016 2:22 pm
Hi

Try this code than:

Code: Select all
@media only screen and (max-width:767px) {
.item-social-icons {
display: none;
}
}
User avatar
Moderator

GK User
Mon Apr 25, 2016 3:12 pm
it does not work.
I put it in the override.css file?
User avatar
Junior Boarder

teitbite
Tue Apr 26, 2016 1:14 pm
Hi

Are You sure code is copied correctly and override is enabled in template settings ?

Please tell me the url to Your site.
User avatar
Moderator

GK User
Wed Apr 27, 2016 6:38 am
Hello,
This code works correctly in template.css.
In override.css not
regards
User avatar
Junior Boarder

teitbite
Wed Apr 27, 2016 8:44 am
Hi

If that's the case than I believe override is not activated in template configuration on some code in this file has a wrong syntax making this file unusable. Tell me the url to Your site and I'll check what can be wrong with it.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.