Tagged: horizontal line
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!
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
Perfect- thanks so much!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon