1 Pixel Border for Images Within Theme?

Posted in: Newsmag
Post count: 5

Hey To Help tidy up the Website i’ve been interested in getting a 1 pixel outline on all images. Coloured in Black – Is this a custom CSS job? If so could someone point me in the right direction getting started. I’m using the “videos demo”

Post count: 23312

Hello Padraig,

Please provide your website URL so I will be able to take a closer look at it. Also, you can provide some useful screenshots with the problem so can identify it.

Thanks for your understanding!

Post count: 5

Thanks for getting back to me so fast.

So i’ve attached a Screenshot – Ideally i would like a 1 px border around my thumbnails and images. However the live CSS i’m using is also putting a 1px border around my logo and other items. Is there a way i can edit the blocks to do this?

http://www.chaoshour.com/wordpress/wp-content/uploads/2018/01/screen.jpg

Just some advice is all i’m looking for.

Thanks so much Catalin 🙂

Post count: 23312

Hello Padraig,

You should use the following code and place it in Theme panel -> Custom CSS area.

The code is ->

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

Thanks.

Post count: 5

you sir – are a god 🙂

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