-
AuthorPosts
-
September 17, 2020 at 6:23 pm #1246584
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
-
This topic was modified 5 years, 1 month ago by
Victoria.
September 18, 2020 at 7:24 am #1246669Hey John,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan ShannonSeptember 18, 2020 at 2:34 pm #1246831It’s posted below privately. Thank you.
September 20, 2020 at 12:36 am #1247025Hi,
Add this to quick css:
#emm.avia-section.main_color .container{ border:none!important; }Best regards,
Jordan ShannonSeptember 21, 2020 at 10:10 pm #1247488I added this in Enfold>General Styling>Quick CSS, but the grey line still shows.
September 22, 2020 at 10:06 am #1247564Hi,
Thanks for the update. Please try this CSS instead:
.page-id-20742 #after_section_1 { border: none; }Best regards,
RikardSeptember 22, 2020 at 2:26 pm #1247630This worked on the first sectional boarder on the page mentioned but not on the other two white sectional boarders below it.
September 23, 2020 at 6:58 am #1247768Hi,
Add this as well:
.page-id-20742 #after_section_6, .page-id-20742 #after_section_9{ border: none; }Best regards,
Jordan ShannonSeptember 23, 2020 at 2:31 pm #1247880Hi, this is still showing on the below section after adding this CSS.
September 23, 2020 at 3:39 pm #1247897Hi 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,
VictoriaSeptember 23, 2020 at 3:48 pm #1247905Would 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.
September 23, 2020 at 7:23 pm #1247963Hi John,
This way the code will work only on this page:
#top.page-id-20742 .container_wrap { border: none; }Best regards,
VictoriaSeptember 23, 2020 at 7:38 pm #1247974Thank 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?
September 23, 2020 at 7:53 pm #1247987Hi John,
Yes, that is correct :)
If you need further assistance please let us know.
Best regards,
Victoria -
This topic was modified 5 years, 1 month ago by
-
AuthorPosts
- The topic ‘Remove 1px bottom boarder from diagonal section bottom boarder’ is closed to new replies.
