[Resolved] Header Color Bug

Home Forums Support [Resolved] Header Color Bug

Home Forums Support Header Color Bug

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1261587
    Eddy

    Hi,

    Please watch this video here: https://www.loom.com/share/10027057dbf34707b2af4d9469671483

    Please let me know if you need to login.

    Thanks.

    Eddy

    #1261887
    Leo
    Staff
    Customer Support

    Hi there,

    Can you check your setting under Customizer > Colors > Header > Background?

    Let me know πŸ™‚

    #1261931
    Eddy

    Hi,

    I showed this in the video. Did you watch the video?

    #1261998
    Jeremy

    Hi Eddy,

    I’m a GP user too and just took a quick look at this.

    When inspecting the code I see that the <header> element has a CSS gradient applied that appears to be overwriting the background-color. There is also a typo in the first and last lines. When I deselect these in Dev Tools the header displays correctly for me.

    header {
        bbackground-color: #fff;
        background-image: -webkit-linear-gradient(#fff 0%,#f8f8f8 50%,#f2f2f2 100%);
        background-image: linear-gradient(#fff 0%,#f8f8f8 50%,#f2f2f2 100%);
        border-bottom: 1px solid #ebebeb;
        font-weight: 400;
        padding: 20px 0 10px 0;
        isplay: none
    }

    I’m unable to tell where or how this CSS was added, but it appears to be what’s causing the problem.

    Hope this helps!

    #1262001
    Leo
    Staff
    Customer Support

    Thanks Thronbrand.

    Good catch!

    Here is the issue:
    https://www.screencast.com/t/dPsWcX46Jbd

    #1262016
    Eddy

    Okay, thanks for identifying the issue. So how do we go about fixing it?
    Is there some css code that needs to be added and if so what is it?
    Is this some theme bug? Because i haven’t added a css code to make that change. I’m just using the customizer as shown in the video.

    Please advise as to the fix.

    Thanks.

    #1262020
    Leo
    Staff
    Customer Support

    This isn’t a bug.

    That code is not added by GP.

    Can you disable all plugins except GP Premium to test?

    Make sure to activate the parent theme if you are using a child theme.

    #1262046
    Eddy

    Thanks for the tip. It was wp rocket optimize css issue. My developer had put some css stuff there based on my old theme. Once I disabled it and removed the code, the issue was fixed. Thanks for your help!

    #1262072
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    It would be a good idea to always go through the process of disabling plugins when you encounter a weird issue like this.

    #1262076
    Eddy

    Thanks. The last couple of issues I have reported had nothing to do with the plugins. So I assumed this was another one of them. But you’re right I should always eliminate plugin issues first. Thanks again..

    #1262083
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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