Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #122397
    Massimo
    Participant

    Hi!
    I’ll want to put a border to all images on my site (1pt, red color).
    Could you send my a code?
    Thank you.

    #122456
    tikaram
    Keymaster

    @masfur : Go to Appearance => Customize => Additional css and add the following css.

    img {
    	border: 1px solid #FF0000 !important;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #122485
    Massimo
    Participant

    Thank you Tikaram.
    I’m wrong.
    I need border only to posts images…
    Is it possible?

    #122486
    Massimo
    Participant

    I solved.

    .post img {
    	border: 1px solid #FF0000 !important;
    }

    Thanks.

    #122630
    tikaram
    Keymaster

    @masfur: Sorry for getting late. Glad to know that you have solved the issue. Let me know if you have further issues.

    Regards,
    Tikaram

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