Shop Categories

X

Horizontal line under header

Home Forums Agama Pro Horizontal line under header

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22304
    sjellema
    Participant

    On our website there is a faint horizontal bar that is displayed below the banner image. When the banner is full width, it blends in enough so that you don’t notice, but when you scroll down the page and it shrinks it becomes an eye sore.

    I’ve inspected the elements and can’t seem to narrow down the one that’s causing this problem. Is there a setting or custom CSS I can use to make it disappear?

    Thanks in advance!

    #22322
    Zex
    Moderator

    Hello, sjellema!

    Insert the following custom CSS code into Customizing->General->Additional CSS:

    .sticky-header{
        box-shadow: none!important;
    }

    Regards

    #22349
    sjellema
    Participant

    Excellent. This worked. Thank you!

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