Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #498198

    Hello Team,
    by default there is a border (or frame) in every post picture (see screenshot in the provate space).
    I would like to remove/disable it.
    I found this old thread:
    https://kriesi.at/support/topic/remove-line-border/
    I tried it but it didn’t work. Maybe it is not a good code for my case.
    How can I do?
    Thanks again for your great support!

    #498343

    Hey turistai!

    Can you please post the link to your page where we can see image with borders?
    Also, please make sure to disable CSS minifying feature if your are using in a plugin, flush cache and refresh your page a few times

    Regards,
    Yigit

    #498354
    #498362

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div .wp-caption {
        border: none;
    }

    Best regards,
    Yigit

    #498522

    Hello Yigit,
    I added it but doesn’t work.
    The frame is still there.

    #498528

    Hi!

    Have you tried disabling CSS minifying feature and flush cache after applying the code?

    Regards,
    Yigit

    #498534

    Hello Yigit,
    I refreshed page again and again.
    Problem solved! Great support as always!
    Thanks a lot

    #498857

    Hi,

    Great, glad you got it fixed :-)

    Cheers!
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove picture border’ is closed to new replies.