How can I remove border from picture in right sidebar?

  • junnujannu

    #9573

    Hello and have a nice day!

    How can I remove border from picture in right sidebar? In hole page I removed all border with code in my child theme style.css:

    (.entry-content img, .child-page img {

    border: none;

    }

    )

    My web: http://maiuamigurumi.com/

    Thankful if you can help!

    Anonymous

    #43980

    1417625071985.png

    .sidebar p img {
    border: none;
    }

    junnujannu

    #43981

    It works. Thank you so much!

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

  • You must be logged in to reply to this topic.