Border around images

Home Forums Iconic One Pro Support Border around images

This topic contains 2 replies, has 2 voices, and was last updated by  Masagi 8 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3497

    Masagi
    Participant

    Hi

    I lost my custom CSS and totally forgotten the code. How do I put a border around images on the front (thumbnail) and content images?

    .img {
    border: 1px solid #005de0;
    }

    Didnt work

    #3498

    Try

    
    .alignleft.wp-post-image {
        border: 1px solid #005de0;
    }

    You can use this plugin to paste your css to prevent losing it https://wordpress.org/plugins/simple-custom-css/

    #3499

    Masagi
    Participant

    Thank you so much.

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

You must be logged in to reply to this topic.