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
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
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
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
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
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
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
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
Terrific – that did it : )
Thanks again,
Linda
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