• Hi,

    My featured post images look bad. many hrs on I’m no nearer sourcing the fix. Managed border to image in post but specifically after featured post border where can define color plus thickness – so would appear around images under latest reviews https://teojobs.com/2288-2

    ALternatively, if there is a plugin great. Tried wp border image one – too universal and didn’t work among many, cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    i am not sure i fully understand – but you can try adding this CSS:

    
    /* Add border to right of review list images */
    .lsd-listing-image {
        border-right: 1px solid #ccc;
    }

    OR

    
    /* Add border all around review list images */
    .lsd-listing-image {
        border: 1px solid #ccc;
    }
    Thread Starter rob33

    (@rob33)

    Brilliant, thanks David. Didn’t have quite required effect but that’s my end on the images. Cheers.

    Glad to be of help …. afraid not much i can do about the images though 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Featured Post Image Border possible?’ is closed to new replies.