Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1350444

    Hi Team,
    Please help me to remove top blue section (above the header) from my website.
    I’m sharing the link and login details in the private section.
    Thank You.

    #1350460

    Hi Medecho,

    Thanks for giving us admin access.
    I have hidden it via Quick CSS (located in Enfold > General Styling):

    .bluenav {
        display: none !important;
    }

    You can remove this code if you want it to display again.

    If you want to totally remove it, you can remove it in your child theme then go to includes > helper-main-menu.php, then remove bluenav div from line 1-15.
    Hope this helps.

    Best regards,
    Nikko

    #1350484

    Hi Nikko,

    Thanks for your quick help! I was actually looking for this, but only few pages have updated, rest all the pages still have the blue header.
    Also a new issue has popped up.

    I’ve noticed that the preview page is looking fine, but on the live page the contents are missing like (image , background colour is missing, only the text is visible).
    I’m sharing the links of the pages having errors in the private section.

    Kindly help me with the same.

    Thank You.

    #1350543

    Hi Medecho,

    I can’t seem to see the issue you mentioned.
    I have posted the screenshot on my end for the two links you gave.
    Try clearing out the browser cache or if you are using Chrome try to open the pages in incognito mode.

    Best regards,
    Nikko

    #1350584

    Hi Nikko,

    Thanks for your help.
    Everything is fixed now.

    Just help us with one more thing, we are actually re-designing our website and trying new things with our website.
    We’ve again added the blue navigation header, but now it is not acting as before, kindly make it as it was.

    The Error: The blue nav header is fixed at the top and is not moving with the header as we scroll down the page, we’ve already removed the CSS.

    Thank You.

    #1350703

    Hi Medecho,

    Try adding this CSS code:

    #wrap_all {
        margin-top: 30px;
    }
    
    .bluenav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    Hope it helps.

    Best regards,
    Nikko

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