Hello,
I added the following code below via Theme Options > Global CSS. While in the Theme Options panel still, the website submenu reflects the CSS added. However when I exit out to the Wordpress dashboard, and desire to edit a page via Page > Edit with Cornerstone for instance, I noticed the sub menu no longer reflects the CSS added into Global CSS anymore. And when, one views the site, you cannot see it either.
I thought adding to Global CSS would reflect everywhere, I believe I’m missing something to this, would someone be able to help?
.sub-menu {
left: 50% !important;
transform: translateX(-50%) !important;
text-align: center !important;
font-size:1.2em;
}
.desktop .sub-menu {
left: 50% !important;
transform: translateX(-50%) !important;
text-align: center !important;
font-size:1.2em;
}
.x-navbar .x-nav ul li a {
font-size: 1.2rem !important;
left: 50% !important;
transform: translateX(-50%) !important;
text-align: center !important;
}