Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #158890
    Massimo
    Participant

    Hi!
    I put this code on my custom CSS

    .site img {
    	border: 1px solid #000000 !important;
    }

    I was wrong! I would like the border on all images of the site
    except the header and the sidebar.
    How can I do that?
    Thank you.
    http://www.detulemate.it

    #158911
    Sakin
    Keymaster

    @masfur: You can add the following css in “Appearance => Customize => Additional CSS” box to add border in image in content.

    .site-main img {
        border: 1px solid #000;
    }
    #158919
    Massimo
    Participant

    Very good! Now working well! Thank you Sakin!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Images border’ is closed to new replies.