• Is there an easy way to change the color of the social media icons in our header? Right now they blend in with the background unless you roll over them. I can’t seem to find an option in the settings, have tried a widget (to no avail) as well as some random coding found in the forums (which also didn’t work).

    PS not familiar with coding and rather new at WordPress.

    Thanks!

    https://www.shopandis.com

Viewing 1 replies (of 1 total)
  • Hi there!

    I think this is what you are looking for :

    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont="entypo-fontello"]:before {
       color:  #000000;
    }

    Which would produce this : Screenshot

    To use this code you’ll either have to create a child theme or using a plugin such as Simple Custom CSS.

    I hope that helps!

    Luke the Daft Duke

Viewing 1 replies (of 1 total)
  • The topic ‘Social Media Icon Colors’ is closed to new replies.