Header not static, strange blue block

Hi there

I am trying to build a simple, single page site and while I’ve been using X on an off for a couple of years, I am having two problems.

  1. My header is not remaining static, so when I scroll, the words then cover images on the page. (I’m happy for this to happen but only if I can put a white background so the menu does not cover the images below).

  2. There is a light blue-ish block above the footer. What is this? How do I control it or switch it off? I’ve rooted around but cannot find an answer.

Site is at http://endurecommunications.co.uk

Many thanks for your help

Hi There @worldofjames

Thanks for writing in!

1. To change the background color on scroll, try adding the following CSS rule into your X -> Theme Options -> CSS area and change the color values according to your preference.

.x-navbar.x-navbar-fixed-top {
    background-color: rgba(255, 255, 255, 0.65) !important;
}

2. To disable Footer block, head over to X -> Theme Options -> Footer area and disable footer widget areas.

Thanks!

Many thanks - that’s great :slight_smile:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.