Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1007875

    Hi

    how to get rid of the grey line above the menu
    see. http://www.andreasebner.at

    THANK YOU ;-)

    #1007894

    Hey Andreas,

    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:

    
    #header_main_alternate {
        border-top: none;
    }
    
    

    Best regards,
    Yigit

    #1007904

    Hey Yigit

    Thx for the quick answer. I am sorry though – it does not work. ?

    #header_main_alternate {
    border-top: none;
    }

    this is what i have entered in css

    #1007905

    no it worked :-)

    #1007907

    but now i got a black line above title which was before greyish ? how come ? it changed

    #1007934

    you have to got to a bag not the home site to see the line

    #1008027

    Hi,

    Please use the code as following

    #header_main_alternate {
        border-top-color: transparent;
    }

    Best regards,
    Yigit

    #1008034

    no, sorry still the same. https://www.andreasebner.at/lebensberater/
    the black line , the toppling of the title flied is still there.

    thank you for your tip !

    #1008054

    Hey,

    Please delete the first code i posted

    #header_main_alternate {
        border-top: none;
    }

    and use only this one

    #header_main_alternate {
        border-top-color: transparent;
    }

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.