Excluding the edges of the subject

Home Forums Iconic One Pro Support Excluding the edges of the subject

This topic contains 8 replies, has 2 voices, and was last updated by  Edevaldo 10 years, 2 months ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1579

    Edevaldo
    Participant

    How to remove the edges of the subject, including the header, leaving only the top before the header. Or if you have to choose which edges can delete, right sort esquerada, either above or below the body of the subject as the header
    How do I delete this??

    #1581

    You do not have permission to view this content.

    #1593

    Edevaldo
    Participant

    delete edge

    #1594

    Edevaldo
    Participant

    #1601

    Edevaldo
    Participant

    I would like to remove the selected edges in the image above.

    How can I do this procedure??

    #1607

    To remove the header and body wrapper border, paste the following code in custom.css

    .site-header {
        border: none;
    }
    .wrapper {
        border: none;
    }
    #1609

    Edevaldo
    Participant

    It was perfect. Thank you very much. But there remained the edge of the text would also like to delete as shown in the image below.

    #1611

    Add this:

    .site-content {
        border: none;
    }
    #1617

    Edevaldo
    Participant

    Many thanks for all the help.

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

You must be logged in to reply to this topic.