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

    Hi,

    I only want to make the small line under the header and between content area and sidebar area to be invisible.

    In an other topics of your support area you gave the advice to use the custom CSS

    body * { border: none !important; }

    With this CSS Code the two lines disappear but also a lot of other lines in your theme got invisible.

    So I need the Custom CSS to ONLY make the the small line under the header and between content area and sidebar area to be invisible.

    Thanks a lot.

    #470391

    Hi ohormes!

    Please add following code to Quick CSS

    #header_main .container, .content, .sidebar, #header_main_alternate {
      border: none!important;
    }

    Best regards,
    Yigit

    #471119

    Hi Yigit,

    the the small line between content area and sidebar area is now invisible.

    But the the small line under the menu under the header is still visible.

    Best regards,

    Oliver

    #471120

    Hey!

    Please flush browser cache and refresh your page a few times. All mentioned borders are removed on my end

    Regards,
    Yigit

    #471206

    Hi Yigit,

    I see the small line under the menu under the header in my chrome browser but not in the firefox browser?!

    Best regards,

    Oliver

    #471312

    Hi!

    I checked the site but I don’t see any lines under the menu items. Please provide a screenshot. Use imgur or dropbox.

    Cheers!
    Ismael

    #471662

    Hi Ismael,

    in the screenshot you see the small line under the menu.
    I checked it in chrome, firefox and iOS.

    Oliver

    #472261

    Hey!

    Please add following code to Quick CSS as well

    .main_color.container_wrap {
      border-top: none!important;
    }

    Cheers!
    Yigit

    #472347

    It works!

    Thanks a lot!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘make the small line under the header and between content and sidebar invisible’ is closed to new replies.