How to add border around the posts?

Posted in: Newsmag
Post count: 9

Hi Catalin,

Could you write a css code for me to add borders around posts?

I found this but it only puts border around images, i want it with the topic.

.td-module-thumb{
border:1px solid red;
}

Thx.

Post count: 23312

Hi,

If you want to add a border around the posts, you should use the code below and place it in the Theme panel -> Custom CSS area.

The code is ->

.td-post-content{
border:1px solid red;
}

The result is here -> https://www.screencast.com/t/73sXC9lIl

Thanks.

Post count: 9

Hi Catalin,

Thanks but i actually did not mean the post content, i meant on the main page;
https://prnt.sc/lqh7kx

Please see example link.

Thx.

Post count: 23312

Hi,

You want to target the module used by you. What kind of module you are using? Provide your website URL so I will be able to provide a more accurate response.

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.