-
AuthorPosts
-
March 4, 2018 at 8:27 pm #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!
LindaKMarch 5, 2018 at 5:35 am #921299Hey 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,
RikardMarch 5, 2018 at 4:31 pm #921552Hi 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!
LindaKMarch 5, 2018 at 5:12 pm #921600Hi,
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,
YigitMarch 5, 2018 at 5:51 pm #921643Thanks 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!
LindaMarch 5, 2018 at 6:03 pm #921654Hey 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,
YigitMarch 5, 2018 at 6:07 pm #921659Thank 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!
LindaKMarch 5, 2018 at 6:15 pm #921668Hi,
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,
YigitMarch 5, 2018 at 6:55 pm #921689Terrific – that did it : )
Thanks again,
LindaMarch 5, 2018 at 6:57 pm #921692Hi,
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 -
AuthorPosts
- The topic ‘How to remove the border below the heading?’ is closed to new replies.
