Home Forums WoodMart support forum How can i fix social icon?

How can i fix social icon?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #166829

    hwhwh1224
    Participant

    I success to customize the color and icon of social button. But,, there is one more problem. Well my customers don’t click the social button, because they don’t know about this button.

    So,,, i want to fix the social icon always expended ( like the photo ) How can i customize it?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    If you do not want your icons to be expended on hover then use the below CSS code in global custom CSS area under theme settings >> custom CSS:

    .woodmart-sticky-social .woodmart-social-icon-name {
    display: none;
    }

    And if you want to display the expended icons all the time then use the below CSS code:

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

    Best Regards.

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