Hi, I created some confluence pages using the UI Tabs/Tab macro, and I like it. The only problem I notice is , it has an apparently default background color that is grayish. I don't like that at all. It makes the font harder to read. Is there a way to remove this please!?
Hey @Alberto Pizano
Unsure specifically around that macro - however I'd check that documentation first.
Failing that
On server you could look to add some CSS https://confluence.atlassian.com/doc/styling-confluence-with-css-166528400.html
Find the specific element and add a style of
<style>
.elementname {
background: #ffffff;
}
</style>
I've had to apply CSS to hide some elements in server environments before.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.