BLOG PAGE OPTION - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

BLOG PAGE OPTION

DE

Danilo Esposito

Helix Framework 4 years ago

Hello, i have a settings question on the Helix Ultimate blog page. When I disable the social sharing icon, the background color reduces the height and the menu title remains partially off. Above the position of the social sharing icons you see an "expired" text. What's this? How can I disable it?

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #41984

Hello Danilo Esposito

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.article-details .article-details-heading{
    margin-bottom: 0px;
}
.article-header-info-wrap .label-warning{
    display: none;
}

Best regards

0
DE
Danilo Esposito
Accepted Answer
4 years ago #42006

Thanks

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #42016

You are welcome

0