Hi there,
Can you please tell me how to style the topbar in Cornerstone? I am using the B&B theme and the grey text is illegible on the black background. I’ve inspected the styles in Chrome inspector, added updated CSS to fix this issue but without success. Your advice will be appreciated. Thanks!
Angela
Hi Angela,
Thank you for writing in, the following custom CSS should change the color of the top bar text, however, there seems to be a syntax error on your topbar content HTML that broke the markup of the topbar.
.x-topbar .p-info {
color: red;
}
Can you check your topbar HTML here and make sure it has no syntax error.
Please note that the custom CSS above is only a guide.
Unfortunately, you can not style the top bar on the Cornerstone, you need to build a custom Header using the Header Builder to fully customize the header area.
Cheers,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.