Home Forums WoodMart support forum Hide blog share button

Hide blog share button

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

    YasinKsmG
    Participant

    Hello,

    I want to hide share button on footer blog

    https://ibb.co/0y4kNVX

    #260378

    Hello,

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .hovered-social-icons {
    display:none;
    }

    Best Regards

    #260380

    YasinKsmG
    Participant

    Hello,

    changed body to footer now it works as I wanted

    footer .hovered-social-icons {
    display:none;
    }

    Thank you so much!

    #260464

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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