Border on Sections

Home Forums Porto – Responsive HTML5 Template Border on Sections

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10044934
    wardsdesign
    Participant

    There is a 5px border at the top of the sections. Is there a way to remove it?

    I tried removing the border reference in the css below, but the spacing got all messed up.

    /* Section Featured */
    section.section {
    background: var(–grey-100);
    border-top: 5px solid var(–grey-100);
    margin: 30px 0;
    padding: 50px 0;
    }



    Template Version: 10.0
    #10044937
    Support
    Keymaster

    Hello, add the class border-top-0, example:

    <section class="section section-quaternary border-top-0">

Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.