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

Stopping movement in the side communication icons

Viewing 9 posts - 1 through 9 (of 9 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.

    #624561

    saadeldeen.mee
    Participant

    I want to stop the product effect when moving the mouse. We want to apply this to all products in general that are subject to influence

    #624563

    saadeldeen.mee
    Participant

    I want to stop the product effect when moving the mouse. We want to apply this to all products in general that are subject to influence

    #624564

    saadeldeen.mee
    Participant

    I want to stop the product effect when moving the mouse. We want to apply this to all products in general that are subject to influence

    https://files.fm/u/qfrzmuga86?k=397f2eb9

    #624565

    saadeldeen.mee
    Participant
    #624767

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .wd-hover-fw-button.wd-hover-with-fade.hover-ready:is(:hover,.state-hover) .product-wrapper {
    	transform: none;
    }
    
    .wd-hover-fw-button.wd-hover-with-fade .content-product-imagin {
    	box-shadow: none;
    }

    Best Regards

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