Topic Resolution: Resolved
    Denzel Chia
    Moderator
    Posts: 2672
    March 27, 2016 at 6:51 pm #25940

    Hi,

    Go to Theme Options -> Footer -> Social Icon Options

    Thank you

    Larkoll teamet
    Spectator
    Posts: 25
    March 28, 2016 at 8:57 pm #25977

    When i hoover a link in footer, where can i change this color? Can only change the text color?

    Denzel Chia
    Moderator
    Posts: 2672
    March 29, 2016 at 2:07 am #25999

    Hi,

    Use the following in Theme Options -> Custom CSS

    .copyright a:hover{
    color:#f1f1f1 !important;
    }

    You can change the color hex code.

    Thank you