[ad_1]
Moderator
t-p
(@t-p)
The top one is Smart Slider and the bottom is Soliloquy.
I recommend asking at those plugin’s support forums so the plugin’s developers and support community can help you with this.
Hi @daiseedlittle
If you mean these borders:
those are actually made by your theme, “Ecommerce Solution”, who seem to put this border around each post in the post list with this CSS:
.mainbox, .layout3, .layout1, .post_format-post-format-video, .post_format-post-format-image, .post_format-post-format-audio, .post_format-post-format-gallery {
border: 1px solid #e6f0fa;
}coming from:
/wp-content/themes/ecommerce-solution/style.css
You can override it with custom CSS that you can place to the Customizer > Additional CSS or your theme’s custom CSS giving option:
div.layout3{
border: none
}but perhaps you could ask the theme developers to learn if there’s another/better way to do it.
Thank you Ramona!! That was one. The other was the hover border . My God I don’t even know how to get you a picture haha. So I put it on this page …. you can see I am hovering the bottom one and it gives that white box around it.
I think I fixed it…
.inner-service:hover {
box-shadow: 0px 0px 0px 0px #ddd;
}What you showed me is priceless. It showed me how to kind of hunt things down better. Thank you so much. I am sure I will be back.
