Issue Importing from Design Cloud

Hey Guys,

I have imported header, content and footer templates from the design cloud. But there’s a strange styling issue on the front-end.

  • Plugins deactivated (no conflict)
  • Caching deactivated

All looks fine in the Pro preview builder though.

Hope you can shed some light on this.

Hello @kademcconville,

Thanks for writing in! You are having this issue because somewhere in your custom header, you have added an incorrect CSS code in one of the elements. You may have inserted this:

/* $el {
background:#000;
    padding:5px 20px 
}

.x-bg-layer-upper-image{
    filter:brightness(0);
}

You will need to remove the /* in the code because it has affected the rest of the styling on the page. If you cannot find it, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

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