changing social icon color for footer area

Home Forums Jevelin Theme changing social icon color for footer area

Home Forums Jevelin Theme changing social icon color for footer area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • randallrbaker
    Participant

    Good day, i’m trying to see if you can help me choose a good color and hover color for the footer social icons. the current color is gray and white so its not visible at all.

    thanks in advance,

    randall

    Hi Randall,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-social-widgets a {
        background-color: #000;
    }
    
    #page-container .sh-social-widgets a:hover {
        background-color: rgba(255,132,100,0.86) !important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)