• Closed
  • Markus Vogt
    Spectator
    December 12, 2016 at 11:44 pm #31398

    If you look at my homepage http://www.radtouren-checker.de/ you can see four social media icons (top-right). If I move my mouse on these icons they fade away.
    Are there other layout possibilities? I don’t want them to fade away completely. Is there another possibility in the current evolve+-theme?

    Thanks, Markus

    Priyank
    Spectator
    Posts: 747
    December 13, 2016 at 10:25 am #31404

    Hi,

    There is no separate setting for social media icons color.
    I will provide you custom code which you have to add custom css.

    Please use the following in Theme Options -> Custom CSS

    .sc_menu a.tipsytext:hover {
    color: #dd4242 !important;
    }

    Thank You