Home Forums Pro Themes Mediclean Pro Appearance of the social media icons in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #95227
    Anna Wanland
    Participant

    Dear Wen-Solutions,

    Is there any way we can modify the color of the social media icon in the header? As the color of it is different compared to the contact icons, on the right in the same section… I’m thinking both regarding the color of the icon itself, as well as the hover effect.

    Is there also a way to modify the size? It looks pretty small on desktop. It looks better on mobile actually 🙂

    Thanks in advance! Kindest regards
    Anna Wanland

    http://www.medicalimagingtechnologies.com

    #95232
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS by going to, Admin Panel > Appearance > Customize > Additional CSS

    .mediclean_widget_social ul li a::before {
        color: inherit  ;
    }
    
    .mediclean_widget_social ul li a:hover {
        background-color: #fff !important;
    }
    
    .mediclean_widget_social ul li a:hover::before {
        color: #00aeef !important;
    }
    .mediclean_widget_social li a{
         display: flex;
        justify-content: center;
        align-items: center;
    }

    Hope this helps,

    Feel free to reach us for any further query/confusion,

    Regards!!

    #95298
    Anna Wanland
    Participant

    Dear Wen Solutions,

    Thanks, that helps in terms of the color!

    Best regards

    Anna

    PS! I have another question regarding something else, will create a new thread.

    #95356
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Thank you.

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