Your Time:
Our Time:
← Back to discussions

Remove line

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 1 reply, 2 voices, and was last updated 12 years, 2 months ago by Fem.

  • 2014-07-08 at 12:05 pm
    Support Expired
    #4615
    fluccs
    Participant
    • Topics: 2
    • Replies: 1
    • Total posts: 3
    • Post count: 1

    How do I remove the line that appears under each [/section] tag?

    E.g https://www.dropbox.com/s/moegn6p44s6ud4a/wordpress.PNG

    My text is
    no matter what happens.
    [/section]
    [section bgcolor=”#ffffff” padding=”10px 10px 10px 10px]
    [one_half]
    [fancy_box title=”File Backup and Restore” titlebgcolor=”#5E1B47″ titlecolor=”#ffffff”]

    2014-07-14 at 3:40 pm
    #4656
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    You can find the section_row in style.css and alter the border properties.

    .section_row {
    position:relative;
    border-style: solid;
    border-color: #dddddd;
    border-width:0 0 1px 0;
    padding: 30px 0;

    }

    Regards
    Maqk

    • This reply was modified 12 years, 2 months ago by Fem.

You must be logged in to reply to this topic.