Tagged: mobile, social media
Im having trouble having the social media icons appearing up on mobile with the Enfold theme, please let me know what I am doing wrong or what I need to modify to have the populate. Let me know if you need login credentials
I also want to know if its possible to make the social links on the top right header in color, setting the rollover state on full color at all times? Can I also make these larger some how?
Thanks so much
Brian
Hey schwabino,
Please provide login credentials in the private section, and a link to the site/page in question.
Best regards,
Jordan Shannon
Hi,
Let’s take one thing at a time, please try this in Quick CSS to show them on mobile:
@media only screen and (max-width: 767px) {
.responsive #top #header .social_bookmarks {
display: block !important;
}
}
Best regards,
Rikard
Awesome thanks Rikard!
Can you also provide me with code to have them in color (roll-over hover state) at all times?
Thanks
B
Hi,
Add this to quick css:
#top #wrap_all .av-social-link-flickr a{
background:#ff0086!important;
color:#fff!important;
}
#top #wrap_all .av-social-link-twitter a{
background:#46d4fe!important;
color:#fff!important;
}
#top #wrap_all .av-social-link-instagram a{
background:#a67658!important;
color:#fff!important;
}
Best regards,
Jordan Shannon