Home Forums WoodMart support forum Problem with header after new theme update

Problem with header after new theme update

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #614009

    kushlv
    Participant

    Hi,

    I just updated the theme and now I see a white line over my header on home page. It should be the same color as the slider have (Grey). Can someone help me to fix this?

    Thanks.

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

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #614217

    kushlv
    Participant

    Hi,

    Below is the link.

    Thanks!

    #614239

    Artem Temos
    Keymaster

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .home .wd-header-overlap .wd-content-layout {
        padding-top: 0;
    }
    #614251

    kushlv
    Participant

    I tried to add the CSS code, but it didn’t work. Below I added css codes that I already use.

    #614260

    Artem Temos
    Keymaster

    Sorry, try to replace that code with the following one

    .home.wd-header-overlap .wd-content-layout {
        padding-top: 0;
    }

    Kind Regards

    #614263

    kushlv
    Participant

    This time it worked. Thank you for helping with this issue.

    #614321

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

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

The topic ‘Problem with header after new theme update’ is closed to new replies.