-
AuthorPosts
-
November 14, 2016 at 5:48 pm #712102
I’ve tried everything I can think of to remove this thin gray line that appears under the header. Can you please tell me how to remove it?
Here’s a link to a pic: http://screencast.com/t/FGU4NiueMo
I will add my credentials as well.
Also, how can I add a bit more space in between the menu and the header? without using ‘whitespace’ element? Every time I use the whitespace element a line shows up – I just want it to be white, no color.
Thanks!
- This topic was modified 8 years, 1 month ago by devynspirit.
November 14, 2016 at 5:50 pm #712104Hey devynspirit!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-shadow { box-shadow: none; }
Regards,
YigitNovember 14, 2016 at 5:52 pm #712105Awesome, thanks! Also,
1. how can I add a bit more space in between the menu and the header? without using ‘whitespace’ element? Every time I use the whitespace element a line shows up – I just want it to be white, no color.2. There’s a big space between the header and the next title “Let Loose” – how can I minimize this space?
3. The sidebar won’t show up on my home page – can you tell me how to fix it? I’ve changed the settings on the page, and in the enfold settings section.
- This reply was modified 8 years, 1 month ago by devynspirit.
November 15, 2016 at 6:25 am #712330Hi,
1. Please try the following in Quick CSS under Enfold->General Styling:
.home #full_slider_1 { padding-top: 50px; }
2. The image you have used looks to have a lot of space at the bottom, please try to cropping it.
3. It’s most likely because you have used full width elements, try placing your content in 1/1 elements to see if that helps.
Best regards,
RikardNovember 15, 2016 at 5:11 pm #712541Ok, the first 2 worked. For #3 I put everything into the element 1/1 but then it didn’t look even, the header was to one side and the sidebar was all the way to the top near the menu and the full width section at the bottom doesn’t go all the way across full width, which is what I want.
November 16, 2016 at 5:11 am #712746Hi,
I guess you removed the those results, could you post a test page so that we can see it as well please?
Best regards,
RikardAugust 30, 2019 at 1:22 pm #1132299Hi, could you help me out? above codes doesn’t work to remove thin line under header. Thanks in advance
August 30, 2019 at 2:23 pm #1132307Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#top .av_header_with_border.av_header_transparency #header_main { border: none; }
Best regards,
YigitAugust 30, 2019 at 4:01 pm #1132332Thanks Yigit, code works. :-)
August 30, 2019 at 4:28 pm #1132351Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘How do I remove thin line under header’ is closed to new replies.