Hi, Charmer!
You can add custom CSS lines under Appearance > Customize > Additional CSS
Try this:
.type-page img {
border: 0px;
}
Kind regards,
Vlad!
Thank you I will try that
no that didn’t work either
How about
.type-page img {
border: 0px !important;
}
Also, after saving and publishing this custom CSS rule, test the website in an incognito browser tab to prevent loading a cached version.
Hey @charmer83,
Add the below CSS code at the bottom of customizer.css file:
.post-44 img{
border: none !important;
}
Article for adding custom CSS: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Prabhat Kumar – that code worked by putting it in appearance-customize-additional css. Thank you so much