Home Forums WoodMart support forum DELETE SHARE BUTTON ON BLOG PAGE

DELETE SHARE BUTTON ON BLOG PAGE

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #267135

    Trincamp
    Participant

    Hello,

    I would like to delete share and comments buttons from my blog page.

    I put this code on custom CSS:
    .woodmart-entry-meta,
    .woodmart-post-date {
    display: none!important;
    }

    But the share button is still here.

    Can you help me ?

    Thank you.

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

    Hello,

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

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

    Best Regards

    #267166

    Trincamp
    Participant

    Great, thank you !

    #267226

    Trincamp
    Participant

    Hello again,

    Just an other thing. I would also like to remove zoom effect, shadow and the three points on image.

    Can you explain me how I can do that ?

    Thank you

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

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #267473

    Trincamp
    Participant

    OK

    #267677

    Hello,

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

    body .blog-post-loop:hover .post-img-wrapp a {
        -webkit-transform: none;
        transform: none;
    }
    body .post-image-mask {
        display: none;
    }
    body .blog-post-loop:hover .post-img-wrapp a:after {
        display:none;
    }

    Best Regards

    #280646

    Trincamp
    Participant

    Hello,

    I am getting back to you because I had inserted the code as you gave me above, but the author and comment information came back. While the code is still present in the CSS. Can you explain to me why?

    Thank you

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

    Hello,

    Please replace the code with this one:

    .wd-entry-meta,
    .wd-post-date {
    	display: none!important;
    }

    Best Regards

    #282212

    Trincamp
    Participant

    Hello and thank you.

    One more thing: the titles of the blog posts have just reappeared too.

    How to remove them ?

    #282220

    Trincamp
    Participant

    Hello and thank you.

    One more thing: the titles of the blog posts have just reappeared too.

    How to remove them ?

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

    Hello,

    You will have to delete from the content the duplicated title. https://prnt.sc/11cett9

    If you have any questions please feel free to contact us.

    Best Regards

    #282529

    Trincamp
    Participant

    No, not that one. I’m talking about the title above crossed out in red. I don’t want it to show up.

    #282544

    Hello,

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

    .post-single-page .post-title {
    display:none;
    }

    Best Regards

    #282631

    Trincamp
    Participant

    Hello,

    Thank you very much.

    Regards

    #282954

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

    Best Regards

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