Dear Kriesi team,
I want to have custom look of single post overview in post grid-view … see images below. Could you point me out how to achieve it?
Current look:
Desired look:
Regards,
Jozef
Hey AerobTec,
I can help you with custom CSS codes, but you need to share with me your link with this above element.
Best regards,
John Torvik
Hello John,
sorry for late replay, I haven’t noticed someone reply to this topic till now.
Link to site where is this gridview used is in private content.
Thanks a lot.
Jozef
Hi AerobTec,
Here are the styles you can put into your file themes/enfold/css/custom.css:
#top.page.page-id-3329 span.more-link-arrow {
display:none;
}
#top.page.page-id-3329 .slide-content {
text-align: center;
}
#top.page.page-id-3329 .slide-content .entry-content-header h3{
color: #0491d2;
font-size: 1.7em;
margin: 4%;
}
#top.page.page-id-3329 .slide-content .more-link {
background-color: #0491d2;
padding: 2px 30px 0;
border-radius: 3px;
text-decoration: none;
border-bottom-style: solid;
border-bottom-width: 1px;
margin: 5% 0;
font-weight: normal;
color: #fff;
text-transform: uppercase;
}
Let us know if you have any more questions.
Best regards,
Victoria
Dear Victoria,
thank you for CSS code I can build changes upon it.
Best Regards,
Jozef