Comments gskmac started the conversationJanuary 23, 2023 at 11:57amHello , Hope you are wellI insert a blog timeline with 5 posts on my pageBut I would like to remove the links for each postHow can I do that ?thanks for your helpAttached files: Screenshot 2023-01-23 at 12.56.38.jpg 7,092Oliver repliedJanuary 23, 2023 at 12:12pmHi,Can you give me link to this page?Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Olivergskmac repliedJanuary 23, 2023 at 12:51pmthe site is not online yetgskmac repliedJanuary 23, 2023 at 2:17pmAlso How to remove the post time and post date in responsive mode iPhoneI tried this but doesnt work@media (max-width: 767px).blog-style-timeline .post-time,.blog-style-timeline .post-date {display: none;}ThanksAttached files: Screenshot 2023-01-23 at 15.15.06.jpg Screenshot 2023-01-23 at 15.15.13.jpggskmac repliedJanuary 23, 2023 at 2:20pmI mean @media ( max-width: 767px ){ .blog-style-timeline .post-time { display: none; } .blog-style-timeline .post-date { display: none; }}gskmac repliedJanuary 23, 2023 at 2:24pmok for the time and date , I just add !important and it worksso my 1st question is still a problem for me blog timeline with 5 posts on my page But I would like to remove the links for each post 7,092Oliver repliedJanuary 23, 2023 at 2:30pmHI! Try this one: .blog-style-timeline article { pointer-events: none; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Olivergskmac repliedJanuary 23, 2023 at 2:35pmok I found a solution.blog-style-timeline .post-info-wrap { pointer-events: none !important; }.blog-style-timeline .post-title{ pointer-events: none !important; }@media ( max-width: 767px ){.blog-style-timeline .post-info-wrap { pointer-events: none !important; }.blog-style-timeline .post-title{ pointer-events: none !important; } } 7,092Oliver repliedJanuary 24, 2023 at 4:51amHi,As a workaround with 1 line: .blog-style-timeline *{ pointer-events: none; }Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello , Hope you are well
I insert a blog timeline with 5 posts on my page
But I would like to remove the links for each post
How can I do that ?
thanks for your help
Attached files: Screenshot 2023-01-23 at 12.56.38.jpg
Hi,
Can you give me link to this page?
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
the site is not online yet
Also How to remove the post time and post date in responsive mode iPhone
I tried this but doesnt work
@media (max-width: 767px)
.blog-style-timeline .post-time,
.blog-style-timeline .post-date {
display: none;
}
Thanks
Attached files: Screenshot 2023-01-23 at 15.15.06.jpg
Screenshot 2023-01-23 at 15.15.13.jpg
I mean
@media ( max-width: 767px ){
.blog-style-timeline .post-time {
display: none;
}
.blog-style-timeline .post-date {
display: none;
}
}
ok for the time and date , I just add !important and it works
so my 1st question is still a problem for me
blog timeline with 5 posts on my page
But I would like to remove the links for each post
HI!
Try this one:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
ok I found a solution
.blog-style-timeline .post-info-wrap {
pointer-events: none !important;
}
.blog-style-timeline .post-title{
pointer-events: none !important;
}
@media ( max-width: 767px ){
.blog-style-timeline .post-info-wrap {
pointer-events: none !important;
}
.blog-style-timeline .post-title{
pointer-events: none !important;
}
}
Hi,
As a workaround with 1 line:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver