Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1285404

    Good morning.
    I need to change social icon style in my website.
    I wont this stile in my header:
    header
    And this stile in my socket:
    footer
    Can you help me, please?

    #1285431

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top #header .social_bookmarks li a {
        background-color: black;
        color: white;
    }
    #top #socket .social_bookmarks li a {
        background-color: white;
        color: black;
    }
    

    Best regards,
    Yigit

    #1285639

    Thanks.
    I have 3 social icons in my header and footer: facebook, instagram and linkedin.
    I need some space between them.

    #1285673

    It’s possible centered horizontal them in my socket?

    #1285705

    Hi,
    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top .social_bookmarks li {
        margin-left: 5px;
    }
    

    Best regards,
    Yigit

    #1285713

    Thanks.
    It’s possible centered horizontal them in my socket?

    #1285722

    Hi,

    Yes, that should be possible. Could you please post a link to your page so we can provide you an accurate CSS code? :)

    Best regards,
    Yigit

    #1285740
    #1285742

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #socket .social_bookmarks {
        width: 110px;
        margin: auto;
        float: none;
        clear: left;
    }
    

    Best regards,
    Yigit

    #1285757

    It’s possible have the social icons inline with the text on the left, please?

    #1285767

    Hi,

    Please change the code to following one

    
    #socket .social_bookmarks {
        width: 110px;
        margin: auto;
        float: none;
    }

    Best regards,
    Yigit

    #1285771

    Perfect!
    Thank you.

    #1285778

    Hi,

    You are welcome!
    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Social icons style’ is closed to new replies.