Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1214129

    hi guys, i have icons on my page that i’d like to have a purple background on hover. Currently, when you hover it shows a white square behind the black circles which I don’t want. I want to black to turn purple. can you help with this?

    Thanks!

    #1214589

    Hey bobfurgo,

    You have this in your style.css file:

    .social-bio-icons:hover {
        background: white;
    }

    Try changing it this instead:

    .social-bio-icons:hover {
        background: transparent;
        color: purple;
    }

    Best regards,
    Rikard

    #1214673

    thank you!!

    #1215155

    Hi,

    I’m glad that we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.