Recent Posts css customisation

Hello,

I am looking for a way to further customise the look of Recent Posts in Integrity.

How can I change color of the white frame or background around single post? Right now we have white frame/border and white background of the Title, Date, etc.
Is there a way to round the corners od the images? I try to add css for border-radius, but it doesnt help…
How remove hover efect over images?
thank you
beata

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Conversation Forum (no official support provided here).

Design & Development, Marketing & Media, and Hosting & Optimization are for discussion with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hi There,

Please add the following code to Theme Options Custom CSS

.x-recent-posts a {
   
    background: red;
}

.x-recent-posts .x-recent-posts-img:before , .x-recent-posts .x-recent-posts-img:after {
display: none;
}

.x-recent-posts .x-recent-posts-img {
    
    border-radius: 5px;
}

Hope it helps

1 Like

thank you. it all works great.

You’re welcome!

For more information, you may also check our Knowledge Base.