The link I am referring to is our locations page. As you will see, the transparent menu shows up for a split second when you start to scroll. I contacted Kreatura and their response was this:
START
Thank you for getting in touch with us!
I checked your website. This problem is not related to LayerSlider. The difference between the pages where it works and where it doesn’t work is that, in the locations page the main wrapper has a padding-top: 50px value. You should remove it or add a margin-top: -50px to the slider’s section and after that the menu will be visible.
END
So, I looked in the enfold theme options area and changed the header to “slim”, but that didn’t work. I had a custom value before of 70px. So, based on the above response, how would I go about making the suggested changes?
Hey arcadiamediaspace,
I’m not sure I understand your intentions, do you want to display the menu over the slider? If so, do you want to make this change on all your pages, or only some?
Best regards,
Rikard
I want to get rid of the white bar so the transparent menu shows. Check link to see what it looks like. That white bar only shows up when I use the LayerSlider WP by Kreatura.
Hi,
Thanks for the clarification, and sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-62 main.template-page {
padding-top: 0 !important;
}
Please note that this will only apply to the page you linked to initially. If you would like to apply the same CSS to other pages, then please let us know which one.
Best regards,
Rikard