Archived topic
Image border on custom post type
3 replies · Started by _blank on May 7, 2018
Hi
I'd like to add an Image border on a custom post type for the following
News
Slug is newspost
Just for the images inside the post not the feature images.
Thanks
Scott
Hi Scott, i see you are using Beaver Builder. Is it not possible to add the border in the pagebuilder?
If not then you can target images within that module for that custom post type like so:
.single-newspost .fl-module img {
border: 1px solid;
}
Hi David
That worked perfectly
Sorry for late reply.
Scott
You're welcome Scott. glad you got it working