Home › Forums › WoodMart support forum › DELETE SHARE BUTTON ON BLOG PAGE
DELETE SHARE BUTTON ON BLOG PAGE
- This topic has 15 replies, 2 voices, and was last updated 4 years ago by
Elise Noromit.
-
AuthorPosts
-
February 16, 2021 at 8:38 pm #267135
TrincampParticipantHello,
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.February 16, 2021 at 9:50 pm #267158
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .hovered-social-icons { display:none; }
Best Regards
February 16, 2021 at 11:19 pm #267166
TrincampParticipantGreat, thank you !
February 17, 2021 at 8:32 am #267226
TrincampParticipantHello 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.February 17, 2021 at 10:02 pm #267446
Elise NoromitMemberHello,
Please provide your site admin access to the private area.
Best Regards
February 17, 2021 at 11:26 pm #267473
TrincampParticipantOK
February 18, 2021 at 8:13 pm #267677
Elise NoromitMemberHello,
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
April 9, 2021 at 9:39 am #280646
TrincampParticipantHello,
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.April 9, 2021 at 8:56 pm #280992
Elise NoromitMemberHello,
Please replace the code with this one:
.wd-entry-meta, .wd-post-date { display: none!important; }
Best Regards
April 13, 2021 at 8:35 am #282212
TrincampParticipantHello and thank you.
One more thing: the titles of the blog posts have just reappeared too.
How to remove them ?
April 13, 2021 at 8:38 am #282220
TrincampParticipantHello 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.April 13, 2021 at 8:07 pm #282514
Elise NoromitMemberHello,
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
April 13, 2021 at 9:04 pm #282529
TrincampParticipantNo, not that one. I’m talking about the title above crossed out in red. I don’t want it to show up.
April 13, 2021 at 9:27 pm #282544
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.post-single-page .post-title { display:none; }
Best Regards
April 14, 2021 at 6:58 am #282631
TrincampParticipantHello,
Thank you very much.
Regards
April 14, 2021 at 6:52 pm #282954
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register