-
-
Hi there,
I do not see an empty box, it looks like this when I check:
https://app.screencast.com/LNgIaSoHtah1n -
hws991215
<– I’m sorry. I guess my explanation wasn’t enough. What I’m saying is that there is this line. This is what I want to get rid of.
-
Alvind
The border was added using custom CSS. You can remove it by deleting that CSS in the Customizer.
-
hws991215
Please tell me which CSS code should I delete.
I am asking you to tell me the code value that needs to be erased.
-
Alvind
Do you need the border to be applied to other parts of the site? If not, you can remove all the CSS, as the only styling there is related to the border.
-
hws991215
It’s needed elsewhere and doesn’t just appear on the front page.
-
Alvind
Ok, replace the existing CSS with this one:
.inside-article, .sidebar .widget, .comments-area, .container-widget { border-right: 2px solid rgba(0, 0, 0, 0.07); border-bottom: 2px solid rgba(0, 0, 0, 0.07); box-shadow: 0 0 10px rgba(232, 234, 237, 0.5) }
-
hws991215
Solved! Thank you so much!
-
Alvind
You’re welcome
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.