• There is a page I created called home. It’s using SiteOrigin page builder pre-built layout. The outline is showing that the Mediclean template defines as the border for the template.

    See the image here –> https://imgur.com/a/OteY0cm

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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;
    }
    Thread Starter jmonroe

    (@jmonroe)

    .home #primary article.hentry{
    border: none;
    }

    That worked. Thanks!

    • This reply was modified 5 years, 11 months ago by jmonroe.
    Thread Starter jmonroe

    (@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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Template Outline Showing’ is closed to new replies.