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
In the template Technews I can hide the icon of social networks only in the mobile and tablet version?
regards
-
- 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;
}
-
- Moderator
- GK User
- Thu Apr 21, 2016 3:07 pm
The intention is to remove only the mobile version
-
- Junior Boarder
- teitbite
- Mon Apr 25, 2016 2:22 pm
Hi
Try this code than:
Try this code than:
- Code: Select all
@media only screen and (max-width:767px) {
.item-social-icons {
display: none;
}
}
-
- Moderator
- GK User
- Mon Apr 25, 2016 3:12 pm
it does not work.
I put it in the override.css file?
I put it in the override.css file?
-
- 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.
Are You sure code is copied correctly and override is enabled in template settings ?
Please tell me the url to Your site.
-
- Moderator
- GK User
- Wed Apr 27, 2016 6:38 am
Hello,
This code works correctly in template.css.
In override.css not
regards
This code works correctly in template.css.
In override.css not
regards
-
- 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.
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.
-
- Moderator
8 posts
• Page 1 of 1