Helix Ultimate Customization - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate Customization

jean luc trevilly

jean luc trevilly

Template 2 years ago

Hello, I am looking to display the date of blog posts on a Helix Ultimate template in the same way as on the EDUCON template. Is there a solution? Thanks

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #100470

Hi jean,

Thanks for contacting us. And thanks Pavel for sharing the solution.

Jean you can now close this post by accepting the answer.

Thanks.

0
Pavel
Pavel
Accepted Answer
2 years ago #100418

Hi. There are several implementation options.

One example for the list of articles

.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
    margin: -20px -20px 50px;
}
.article-list .article-body {
    position: relative;
}
.published {
    position: absolute;
    top: -111px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: blue;
    color: #fff;
    line-height: 1.2;
    font-size: 1.5em !important;
}
.published::before {
    display: none !important;
}

Will look like this

1
jean luc trevilly
jean luc trevilly
Accepted Answer
2 years ago #100420

Thanks for your help !

0
Pavel
Pavel
Accepted Answer
2 years ago #100421

You are wellcome

0