Hello Karoline,
Did you mean the border at the bottom? If no, could you take a screenshot?
Best Regards,
Calvin
Hi Calvin
Yes I mean the border at the bottom 🙂
Karoline
Hey there Karoline,
Hope you’re well today!
If you are referring to the widget bottom border in the sidebar http://screencast.com/t/bXHFouIf. This can be done by adding some custom CSS. The easiest way to do that, if your theme doesn’t already have custom CSS tab, would be to add it in your site using the following plugin
http://ww.wp.xz.cn/plugins/simple-custom-css
Once the plugin is installed and activated you can add this code to Appearance >> Custom CSS:
.widget {
border-bottom: none;
}
This should remove the border below the widgets in the sidebar.
Best regards,
Bojan
Hi Bojan.
I didn’t mean the border at the side bar. It’s the border around the images on the side and the image description 🙂
Karoline
Hey Karoline,
If this is the part you’re referring to http://screencast.com/t/nVyqfX9IK48 then please add the following code like I explained in the post above:
.wp-caption {
border: none;
}
This should remove the border around the images 🙂
Best regards,
Bojan
Hello,
Insert this custom css code:
.wp-caption {
border:none;
}
.wp-caption-text {
display: none;
}
I suggest you use a child theme http://codex.ww.wp.xz.cn/Child_Themes or use css custom plugin like this: https://ww.wp.xz.cn/plugins/simple-custom-css/ if you will customize your theme.
Hello Bojan and Calvin
Thank you so much for your help, it worked!
Thanks!
Karoline
Hello Bojan and Calvin
Thank you so much for your help, it worked!
Thanks!
Karoline