Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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 4 years, 1 month ago by Victoria.
    #1246669

    Hey John,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1246831

    It’s posted below privately. Thank you.

    #1247025

    Hi,

    Add this to quick css:

    #emm.avia-section.main_color .container{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

    #1247488

    I added this in Enfold>General Styling>Quick CSS, but the grey line still shows.

    #1247564

    Hi,

    Thanks for the update. Please try this CSS instead:

    .page-id-20742 #after_section_1 {
      border: none;
    }

    Best regards,
    Rikard

    #1247630

    This worked on the first sectional boarder on the page mentioned but not on the other two white sectional boarders below it.

    #1247768

    Hi,

    Add this as well:

    .page-id-20742 #after_section_6,
    .page-id-20742 #after_section_9{
      border: none;
    }

    Best regards,
    Jordan Shannon

    #1247880

    Hi, this is still showing on the below section after adding this CSS.

    #1247897

    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

    #1247905

    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.

    #1247963

    Hi John,

    This way the code will work only on this page:

    
    #top.page-id-20742 .container_wrap {
    	border: none;
    }
    

    Best regards,
    Victoria

    #1247974

    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?

    #1247987

    Hi John,

    Yes, that is correct :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Remove 1px bottom boarder from diagonal section bottom boarder’ is closed to new replies.