image style

Posted in: Newspaper
Post count: 6

Hi!

i would like to know how to change the style of images in articles such as to add a border to the images.

thanks

Post count: 23312

Hello jaafuli1992,

If you want to add the border for each image in posts, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.single img {
border:1px solid black;
}

Hope this helps!

If is not what you mean, please provide more details.

Thank you for the message!

Post count: 6

it helped thanks

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