New Landing How can we help? Cardinal Header background when scrolling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #232515
    clint22
    Member
    Post count: 10

    Hi,

    I have a problem with my header background when I scroll. The background shows through the header when scrolling; I think it seems to happen when the header switches to the sticky header?

    Can you advise a fix for this? I would like the background of the header to stay solid white.

    Thanks in advance for your reply.

    regards,

    Clint

    #232819
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please add this custom CSS to your theme options:

    .sticky-header {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register