Okay
  Public Ticket #1771047
Creating hover colour on instagram icon
Closed

Comments

  • Tracy Barlow started the conversation

    Hello, I'm trying to add a hover colour to the instagram icon in the middle footer but can't seem to get it right.  The hover colour is #f30acf.  Also I would like the social icons centred.

    Thanks

    Tracy

  •  476
    Criss replied

    Hello Tracy Barlow,
    # hover instagram and centered
    Pass to the style.css file and add some css in line 9604:
    .icon_social_comingsoon ul li a i.fa.fa-instagram: hover {
    background: # f30acf;
    border color: # f30acf;
    }
    ._icon_social_comingsoon ul {
    width: 400px;
    text-align: center;
    margin-top: 30px;
    }
    .icon_social_comingsoon ul li {
    width: auto;
    float: none;
    display: inline-block;
    }
    Thank you!


    Best regards,

    Charmy  - ThemeFTC technical expert