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 #2792098
add social media icons footer
Closed

Comments

  • cyunen started the conversation

    Hello, I hope you are very well. They already told me how to add new social media icons in the header, but I still need to add the icons in the footer. I also need to know how to change the color of the icons of the social networks of the footer. Thank you very much CodexThemes are excellent!

  • cyunen replied

    Sirs. I could already add the social media icons in the footer, but I need to be able to change the color for all the same and reduce the space between the old icons and the new icons. Thank you very much for all your valuable support!

  •  6,924
    Oliver replied

    HI!

    pls. use following css:

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

     

    8153117754.png

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

    Regards, Oliver

  • cyunen replied

    Friend, I hope you are very well. The code that you sent me only changed the default icons of the template but not the additional icons of the social networks that I added. I should also be able to change the color of these new icons. It would also be ideal to normalize or equalize the gap between the three on the left and the two on the right, Thanks for all your support, we are doing very well!

  •  6,924
    Oliver replied

    HI!

    pls. use following css:

    body .socials-item {
        margin-right: 15px;
        display: inline-block;
        vertical-align: top;
        margin-left: 0px;
    }
    body .socials-item a {
        color: #000;
    }
    body .socials-item a:hover {
        color: #ccc;
    }

     

    8153117754.png

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

    Regards, Oliver

  • cyunen replied

    Thank you very much, excellent work. Thanks for your help!

  •  6,924
    Oliver replied

    You're welcome!

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

    Regards, Oliver