Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1208277

    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

    #1208331

    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

    #1208440

    tks! :)

    #1208442

    There s way to hide on mobile?
    Tks

    #1208555

    Hi,

    Hide the bookmarks on mobile?

    Best regards,
    Jordan Shannon

    #1208603

    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.

    #1208656

    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

    #1209530

    Tks!

    #1209718

    Hi,

    I’m happy to help, if you need additional help please let us now here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change social icon color’ is closed to new replies.