Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #661359

    Hide line below the color section.

    Always appears that line when I use color section. Why does it happen?

    LINK
    (http://www.liliansouza.com/assets/2016/#atividades)
    /
    LINK IMAGEM
    http://www.screencast.com/t/q19RNXloswV

    • This topic was modified 8 years, 4 months ago by mleite1.
    #661362

    Hi mleite1!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 {
        border-top: none;
    }

    Cheers!
    Yigit

    #661373

    Show Ygit.

    TKS

    #661379

    Hi!

    Please change the code to following one

    .avia-section-default + div {
        border-top: none;
    }

    Best regards,
    Yigit

    #661389

    It is to add this to the other or only the latter?
    This last alone did not work.

    #661397

    Hey!

    It should have worked alone. Would you like to remove that top border from all of your sections? If so, please use this one

    .container_wrap {
        border-top: none!important;
    }

    Cheers!
    Yigit

    #661401

    Perfect.

    Tks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide line below the color section.’ is closed to new replies.