Okay
  Public Ticket #1341304
Customize rounded social buttons
Closed

Comments

  •  26
    Sira started the conversation

    Hello:

    I want to change, in the portfolio items (not in the footer), the background of the rounded social icons, and the color of the icons theirselves.

    I've been trying hard changing the CSS, and searching on the discussion about the theme, but I haven't been able to change them on hover! (I've just changed the background and the colour when there is no hover by adding:

    .single-portfolio-holder .social-links-rounded .social-share-icon  {
        background: #f2f2f2;
    }

    .single-portfolio-holder .social-links-rounded .social-share-icon .fa  {
        color: #d4b7b4;
    }

    )

    Thanks a lot and best regards,

    Sira

  • [deleted] replied

    Hi Sira,

    Please add the code below to your Custom CSS area:

    .single-portfolio-holder .social-links-rounded .social-share-icon:hover {
        background-color: #49bd49 !important;
    }
    .single-portfolio-holder .social-links-rounded .social-share-icon:hover i {
        color: yellow !important;
    }

    Have a great weekend!