Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #861133

    Hi Kriesi-

    On one of my pages (not the home page) there is a horizontal line I cannot seem to get rid of. I’ve used code I found in other threads to get rid of this line on the home page, but it still appears on some of my other pages. I added this code below to my Quick CSS and child theme style.css file but it is still there.

    The code:
    #after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6, #after_section_7 {
    border: none;

    Can you help?

    Thank you!

    #861143

    Hey wanderglow,

    Use the following in quick css:

    .avia-fullwidth-portfolio .sort_width_container{
    border-top-style:none!important;
    }
    
    .container_wrap{
    border-top-style:none!important;
    }

    Best regards,
    Jordan Shannon

    #861166

    Perfect- thanks so much!

    #861220

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Horizontal Line’ is closed to new replies.