I think the following CSS will remove it
#primary article.hentry{
border: none;
}
However, that would remove it across the entire theme, you may need to add a CSS class in there to target the home page specifically….possibly
.home #primary article.hentry{
border: none;
}
.home #primary article.hentry{
border: none;
}
That worked. Thanks!
-
This reply was modified 6 years, 12 months ago by
jmonroe.
@jarretc One last question.
I am trying to close up the space between the parallax slider and front-page-widget-area using CSS but it isn’t working.
<div id=”sidebar-front-page-widget-area” class=”widget-area”></div>
<div id=”content” class=”site-content”></div>
.home #content .sidebar-front-page-widget-area.widget-area{
padding: 0px 0;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
clear: both;
}
Hmm, do you have a live link where you are seeing this? I’m not really sure where the sidebar-front-page-widget-area class is coming from, wasn’t able to find it on my test install.
Or maybe another screenshot of the area you are referring to? Might be able to tell from there
Hello @jmonroe,
Can you please post your site URL so that we can provide the precise fix on this?
Also, for any query/confusion further, you can directly post them in our official support forum below:
https://themepalace.com/downloads/mediclean/
Thank you.