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!
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
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .wp-caption {
border: none;
}
Best regards,
Yigit
Hello Yigit,
I added it but doesn’t work.
The frame is still there.
Hi!
Have you tried disabling CSS minifying feature and flush cache after applying the code?
Regards,
Yigit
Hello Yigit,
I refreshed page again and again.
Problem solved! Great support as always!
Thanks a lot