Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #921139

    HI Support,

    I am trying to remove the single border line below my heading. I tried the following (from viewing the forum) but it didn’t work:

    #header_main {
    border-bottom: none;
    }

    Thanks!
    LindaK

    #921299

    Hey LindaK,

    I’m not sure exactly what you are looking to remove, the line under Our Mission or the line under the menu item?

    Best regards,
    Rikard

    #921552

    Hi Rickard – thank you for your reply!

    Sorry I wasn’t more clear – actually please go to http://www.kaufmanwebconsulting.com/sharplessbros/?page_id=3243 – I am referring to removing the line that is below the title “About.” It appears in most of my pages.

    Thank you!
    LindaK

    #921600

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .main_color.container_wrap_first.container_wrap.fullsize {
        border: none;
    }
    

    Best regards,
    Yigit

    #921643

    Thanks Yigit! That removed it but not on this one page: http://www.kaufmanwebconsulting.com/sharplessbros/?page_id=1302. Guess it is special – your thoughts?

    Thank you for your prompt replies!
    Linda

    #921654

    Hey Linda,

    Please add following code to Quick CSS as well

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

    Regards,
    Yigit

    #921659

    Thank you – perfect again! Sorry to be so greedy but if you still have time, now that I’ve remove the border, there’s seems to be way too much padding (extra space) below the title area. Is there a way to reduce that?

    Thank you!
    LindaK

    #921668

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .container_wrap_first > .container > .content, #after_section_1 .content, #after_section_2 .content, #after_section_3 .content, #after_section_4 .content, #after_section_5 .content, #after_section_6 .content, #after_section_7 .content { 
         padding-top: 20px; 
    } 
    

    Best regards,
    Yigit

    #921689

    Terrific – that did it : )

    Thanks again,
    Linda

    #921692

    Hi,

    I’m glad Yigit was able to help. If you need further help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to remove the border below the heading?’ is closed to new replies.