[Resolved] Image border on custom post type

Home Forums Support [Resolved] Image border on custom post type

Home Forums Support Image border on custom post type

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #569501
    _blank

    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

    #569524
    David
    Staff
    Customer Support

    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;
    }
    #589704
    _blank

    Hi David

    That worked perfectly
    Sorry for late reply.

    Scott

    #589708
    David
    Staff
    Customer Support

    You’re welcome Scott. glad you got it working

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.