I’ve been reading the forums and adding CSS for my topbar. It looks great in Cornerstone, but the styling does not hold in any browser. You can see the small grey type here on this page:
http://cbu.2de.mwp.accessdomain.com/
I added the following CSS in GLOBAL CSS when customizing the header. It does not “hold”.
.x-topbar {
background-color: #3f7ca6 !important;
text-align: center !important;
}
.x-topbar
.p-info,
.x-topbar
.p-info a,
.x-topbar
.x-social-global a {
font-size: 20px !important;
color: white !important;
text-align: center !important;
}
Thanks!!