Home Forums WoodMart support forum Sticky social whatsapp always visible like mouseover

Sticky social whatsapp always visible like mouseover

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

    FelFel
    Participant

    I want to the logo and the name of whatsapp always is visible like mouseover. I want only this sticky social, the others not (facebook, twitter, etc) I used

    `.woodmart-sticky-social .woodmart-social-icon {
    display: block;
    width: 150px;
    }

    But it dont work only in whatsapp button

    #240960

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whatsapp-desktop.woodmart-social-icon.social-whatsapp {
    	display: inline-block;
    }

    Best Regards.

    #241111

    FelFel
    Participant

    Thank you! 1. Now I want this whatsapp button to appear on the right side, while the other buttons are on the left side.

    2. How can i move the sticky social buttons from up or down.

    #241208

    Hello,

    You are Most Welcome.

    1) Sorry but you cannot move only one icon to the right side leaving the others on the left.

    2) To move the position of the icons try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-sticky-social {
    top: 50%;
    }

    You can adjust the value according to your needs.

    Regard’s.
    Xtemos Studios.

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