Home Forums WoodMart support forum Stopping movement in the side communication icons

Stopping movement in the side communication icons

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

    saadeldeen.mee
    Participant

    When the mouse stops on any social media icon, it extends the icon and shows the name. We want a code to make the icons fixed and not expand when the client stands on them. We want to make the section fixed.

    Attachments:
    You must be logged in to view attached files.
    #617980

    Hello,

    Can you please share the site URL so I will check and give you the custom CSS code for this.

    Best Regards.

    #617985

    saadeldeen.mee
    Participant

    Done

    #618035

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS code >> Global CSS section:

    .wd-sticky-social-right .wd-social-icon:hover .wd-icon-name {
        display: none;
    }

    Best Regards.

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