Header links appearing as a white block

Home Forums Jevelin Theme Header links appearing as a white block

Home Forums Jevelin Theme Header links appearing as a white block

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • ste_5150
    Participant

    I’m having some trouble with the header links – they appear just as white blocks on the very front page. When you scroll down and the header un-docks to stay at the top of the screen it appears correctly, and on other pages (i.e. not the home page) it’s fine. I know it’ll be down to a colour setting or something, but I can’t find it! Can you help please?

     

    Screenshot of issue attached.

    Attachments:
    You must be logged in to view attached files.

    Hi @ste_5150,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me your site URL where it’s happening so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    ste_5150
    Participant

    Hi,

    It’s http://breakthemouldfitness.com/

    Thanks very much – I appreciate your help.

    Stephen

    Solution for this topic

    You can make it transparent like header by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header .sh-nav > li.menu-item > a {
        background: transparent;
    }
    .sh-header .sh-nav > .current_page_item,
    .sh-header-left-2 .sh-nav > li.current-menu-item {
        background-color: transparent !important;
    }

    ste_5150
    Participant

    Ah, that’s worked, thanks very much. Odd that it did that, though – I could’ve sworn it worked before..

    You are always welcome here 🙂

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