Small line in header does not disappear

Hi, I changed the header color, but there is still a blue line in the mobile version I can’t erase. And the background color doesn’t change. I want it to be grey as well - I set it, but nothing happened. Thanks a lot for your help! Nadine

Look at: www.erbrecht-troisdorf.de

Hello Nadine,

Thank you for your post details. I have inspected your site and I found out the cause of your issue. It is because you added this custom css:

@media screen and (max-width:979px){
    body.x-navbar-fixed-top-active .x-navbar-wrap{
        padding-bottom:10px !important;
        background:#000f68 !important;
    }
}

Please have it updated and remove the background color like this code instead:

@media screen and (max-width:979px){
    body.x-navbar-fixed-top-active .x-navbar-wrap{
        padding-bottom:10px !important;
    }
}

Hope this helps. Please let us know how it goes.

Thanks for the quick reply! I replaced the code, but nothing happened. I’m not sure about the brackets…could you have a look?

  1. Can you help me with the blue line? Why is it still there in the mobile version?
  2. With Cornerstone all the setting changes for the fonts etc. How can I use the setting of the theme for fonts etc.?

Thanks!

*2: Especially the line pitch is different. Where can I change the line pitch in Corners.? Thanks

Hello Nadine,

I have checked your site and the blue line is n longer appearing on my screen.

If you are using classic elements in Cornerstone, those classic elements will use the global font settings set in X > Theme Options Typography. And maybe you are using the v2 elements, you must set the font settings for each element since v2 elements have its own independent font settings,

Please let us know if this works out for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.