Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #929284
Socials colour
Closed

Comments

  •  2
    KOSMOS_DESIGN started the conversation

    I can't find where to change the colour of the social 'F' for facebook just above the fooer?

  •  6,933
    Oliver replied

    HI!

    pls. use following css:

    .footer-socials-item.facebook a:after {
        color: #000;
    }
    .footer-socials-item.facebook a:hover:after {
        color: #fff;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    KOSMOS_DESIGN replied

    Again thank you for you prompt response.