• Resolved igacmc

    (@igacmc)


    Hi,

    Please can you advise how we can move the social media icons either to the header section of the page or how we can take the grey off the icons so that the are just the solid colour that appears when you hover.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi

    For solid color on social link hover kindly use below code in custom css filed

    .footer-contact-social li.facebook:hover
    {
    background-color: #4c66a4 !important;
    }
    
    .footer-contact-social li.twitter:hover {
        background-color: #15b4c9 !important;
    }

    Change background color as your need.

    Thanks

    Thread Starter igacmc

    (@igacmc)

    Hi Thank you for your reply.

    I still can’t seem to get rid of the grey colour that is over the icons. I want them to be a solid colour of the colour that is behind the grey. I just want the icons to be the solid blue colour that they should be with no grey colour over the top.

    Hi @igacmc

    Kindly indicate snapshot image

    or confirm me look like this : –

    https://prnt.sc/d23956

    Thanks

    • This reply was modified 8 years, 4 months ago by Imran Ali.
    • This reply was modified 8 years, 4 months ago by Imran Ali.
    Thread Starter igacmc

    (@igacmc)

    Yes like your screen shot image but happy for it to stay the original logo colours i just want the grey gone

    Hi

    use solid color Just try below code in custom css filed

    .footer-contact-social li {
        background-color: #db2723 !important;
    }

    Hover color : –

    .footer-contact-social li.facebook:hover
    {
    background-color: #4c66a4 !important;
    }
    
    .footer-contact-social li.twitter:hover {
        background-color: #15b4c9 !important;
    }

    Change color as your need.

    and if you do not want this please indicate snapshot image with default color of icon and hover color.

    Thanks

    • This reply was modified 8 years, 4 months ago by Imran Ali.
    Thread Starter igacmc

    (@igacmc)

    Thank you this has worked!

    Hi

    Most welcome.

    Close this ticket

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Social Media Icons’ is closed to new replies.