Menu and color issues

Hi there. I have a few issues. I was able to scroll with the menu on a single page and then it stopped. I am unable to scroll. And last, even though I have not set a background color I have a very dark blue… kind of teal. I have a temp setup so I am including a link to the temp pages.

Thank you, Georgia

Hi there,

There is this block of code that the under contruction page plugin is adding on the site that is stopping the scrolling:

      html,
      body {
        overflow: hidden !important;
        height: 100% !important;
        background: none;
      }

Kindly go to the plugin’s setting and get rid of the code above.

Also, the teal background color is from the same plugin:

body {
    background-color: #34495e !important;
}

Hope this helps.

1 Like

Thank you! It was a mystery.

We are delighted to assist you with this.

Cheers!

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