I’m trying to remove this 1px horizontal bottom gray boarder from the diagonal section bottom boarder, but there isn’t an option to under Color Section>Styling>Boarders. How do I remove this? Bottom Boarder
Hey John,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
It’s posted below privately. Thank you.
Hi,
Add this to quick css:
#emm.avia-section.main_color .container{
border:none!important;
}
Best regards,
Jordan Shannon
I added this in Enfold>General Styling>Quick CSS, but the grey line still shows.
Hi,
Thanks for the update. Please try this CSS instead:
.page-id-20742 #after_section_1 {
border: none;
}
Best regards,
Rikard
This worked on the first sectional boarder on the page mentioned but not on the other two white sectional boarders below it.
Hi,
Add this as well:
.page-id-20742 #after_section_6,
.page-id-20742 #after_section_9{
border: none;
}
Best regards,
Jordan Shannon
Hi, this is still showing on the below section after adding this CSS.
Hi John,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .container_wrap {
border: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Would this be for site wide or just that one section on that page? Because this is effecting the sub menus on every page too, which I don’t want.
Hi John,
This way the code will work only on this page:
#top.page-id-20742 .container_wrap {
border: none;
}
Best regards,
Victoria
Thank you. If I don’t want this line to show on another page that has the same boarder, would I just changed the page id number?
Hi John,
Yes, that is correct :)
If you need further assistance please let us know.
Best regards,
Victoria