Tagged: social icon
Hi there,
I would like to have social icons at the header and at the footer.
But the color of the two elements is the same, but my footer is dark and my header is light.
i was try to change the color with this:
#top .social_bookmarks li a {
color: white;
}
But that change the color of both elements.
Could you please help?
tks
Hey Rafael,
Add this to quick css:
#top .main_menu .social_bookmarks li a {
color: red;
}
Adjust the color to what you need.
Best regards,
Jordan Shannon
tks! :)
There s way to hide on mobile?
Tks
Hi,
Hide the bookmarks on mobile?
Best regards,
Jordan Shannon
Yes, because in the final load they do not appear on the page. But during the loading of the page for some less than 1sec there is a trail, 3 squares.
Hi,
Try adding this to quick css:
@media only screen and (max-width:767px){
#top .main_menu .social_bookmarks{
display: none!important;
}}
Best regards,
Jordan Shannon
Tks!
Hi,
I’m happy to help, if you need additional help please let us now here in the forums.
Best regards,
Jordan Shannon