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 #1910949
hover color social buttons
Closed

Comments

  • pfcatucci started the conversation

    Hi everyone, how can I change the social buttons hover color such as for the instagram one in the right side "penci social counter"? 

    Thank you

  •  501
    Penci replied

    Hi,

    Please go to Customize > Addtional CSS, then add custom css to do that:

    .penci-social-counter.penci-social-counter--style-6 .penci-social__instagram .penci-social__content:before {
    content: none;
    }
    .penci-social-counter .penci-social__instagram .penci-social__content {
    background-color: #417096;
    }
    .penci-social-counter .penci-social__instagram .penci-social__content .penci-social__item a {
    color: #fff;
    }

    Change color code  on the above code to any color code you want. You can get a color code here

    Best Regards,

    PenciDesign