Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #505483

    Is it possible to change so that the Facebook symbol is always blue and not only on mouse over ?

    Thanx!

    #505487

    Hi Paul!

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

    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
    }

    Cheers!
    Yigit

    #667487

    Hi is there a css code to have all the sociala icons in color not only on mouse over ?

    Thanx!

    #667580

    Hi,

    Yes, please post the link to your website so we can see the social icons you are using to provide you accurate solution.

    Best regards,
    Yigit

    #667581

    Hem

    Thanx!

    #667591

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
    }
    #top #wrap_all .av-social-link-instagram a {
        color: #fff;
        background-color: #a67658;
    }
    #top #wrap_all .av-social-link-twitter a {
        color: #fff;
        background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-gplus a {
        color: #fff;
        background-color: #de5a49;
    }
    

    Best regards,
    Yigit

    #667592

    Thanx worked like a charm!

    Is there any way to display the social icons larger ?

    #667597

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-logo-container .social_bookmarks li a {
        font-size: 20px;
    }
    

    Best regards,
    Yigit

    #906416
    This reply has been marked as private.
    #906649

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-social-link-facebook a:before {
      color:#37589b !important;
    }

    Best regards,
    Rikard

    #906730
    This reply has been marked as private.
    #906784

    Hi,

    Where exactly did you add the CSS? Do you have any caching plugins?

    Best regards,
    Rikard

    #906787
    This reply has been marked as private.
    #906837
    This reply has been marked as private.
    #907241
    This reply has been marked as private.
    #907246
    This reply has been marked as private.
    #907307

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

    #907308

    Hi,

    Best regards,
    Basilis

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