Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2415292
Changing social icons color
Closed

Comments

  • dp started the conversation

    Hi,

    I have added a bar below the menu in my homepage. This bar includes social icons (please see picture). However, they are dark grey and I cannot change the color. When I change the Accent Color in Customization --> Options & Colors for Sidebar, then the color of these social icons changes as well. But I cannot change it to white here, because then the links on my sidebar will be white on a white background and become invisible.

    Could you please tell how can I only change the color of these social icons in the bar that I added in elementor? I want them to be white, with a hover over color of gold.

    Thanks! 

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .elementor-widget-container .widget-social a i{ color: #fff; }
    .elementor-widget-container .widget-social a:hover i{ color: #b88c00; }
    

    Best Regards,

    PenciDesign