Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.
    #712104

    Hey devynspirit!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-shadow {
        box-shadow: none;
    }

    Regards,
    Yigit

    #712105

    Awesome, 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.
    #712330

    Hi,

    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,
    Rikard

    #712541

    Ok, 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.

    #712746

    Hi,

    I guess you removed the those results, could you post a test page so that we can see it as well please?

    Best regards,
    Rikard

    #1132299

    Hi, could you help me out? above codes doesn’t work to remove thin line under header. Thanks in advance

    #1132307

    Hi,

    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,
    Yigit

    #1132332

    Thanks Yigit, code works. :-)

    #1132351

    Hi,

    I’m glad this was resolved. If you need additional 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 do I remove thin line under header’ is closed to new replies.