Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #257501
    Sebastien Prado
    Participant

    Hello,

    Please, How can remove the frame from photos that are inserted either in a block or in a widgets?

    https://sonjamichoud.com/geobiologie/

    Thanks

    #257551
    tikaram
    Keymaster

    @sebas974: Login to your WordPress admin. Go to Appearance => Customize => Additional css and add the following css.

    img[class*="align"],
    img[class*="wp-image-"],
    #content .gallery .gallery-icon img,
    img.wp-post-image,
    img.attachment-thumbnail{
    	border: none;
    }

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘frame photos’ is closed to new replies.