Hello Steve,
Thanks for providing the information.
The X > Theme Options did not display because Cornerstone plugin were not active. I have activated it already and now X Submenus are now displaying in your dashboard.
I can see that you have added this custom css in Appearance > Customize > Additional CSS:
body.single .post-38210 table td {
line-height: 8px;
}
.entry-title:before {display:none}
body.single .post-38210 table, th, td {
border: 1px solid black;
}
.wp-caption > .wp-caption-text, .wp-caption > .wp-caption-text:last-child, .gallery-item > .wp-caption-text, .gallery-item > .wp-caption-text:last-child {
font-size: 11px;
line-height: 1.2;
}
.expanding-archives-title a {
font-size: 14px;
}
.x-recent-posts .no-post-thumbnail .x-recent-posts-img:after {
opacity: 0;
}
body.single .post-39984 table, th, td {
border: 0px solid white;
}
.visualizer-front div > div {
margin: auto;
}
Please understand that there is a hierarchy of styles being applied to the site. This is the order:
- Theme’s stack style.css
- Child theme’s style.css
- WP custom css or Appearance > Customize > Additional CSS
- X Theme Options Settings
- X Theme Options Custom CSS
- Cornerstone page Custom CSS
Please add your custom css in X > Theme Options > Custom CSS instead.

By the way, is your ModSecurity turned ON? If it did, I would recommend that you whitelist this url in the secure note.
Hope this helps.