Add it to the CSS Custom styles section of the Builder theme configuration and i...
Add it to the CSS Custom styles section of the Builder theme configuration and it'll be propagated to all pages. Alternatively you can use the [style macro] to apply it to a specific page.
Hello,
I'm trying to change the color of the attribution line in the document p...
Hello,
I'm trying to change the color of the attribution line in the document panel just below the footer. It reads:
Adaptavist Theme Builder (3.3.3) Powered by Atlassian Confluence 2.9.1, the Enterprise Wiki.
If I use atb.body, it obviously changes the color of all links on the page, is there a way to just style this bit of text (mainly the links)? I'm using a dark document background and the default blue link text is too dark.
Comments (3)
Jul 23, 2007
Dhivya Manoharan says:
hi is this above css .atb-body .atb-content h1 { color: red; } is to ...hi
is this above css
.atb-body .atb-content h1 { color: red; }is to be placed in a new css file and if so how to add it to the current page
Jul 23, 2007
Guy Fraser says:
Add it to the CSS Custom styles section of the Builder theme configuration and i...Add it to the CSS Custom styles section of the Builder theme configuration and it'll be propagated to all pages. Alternatively you can use the [style macro] to apply it to a specific page.
Jul 10, 2009
Joe Benfield says:
Hello, I'm trying to change the color of the attribution line in the document p...Hello,
I'm trying to change the color of the attribution line in the document panel just below the footer. It reads:
Adaptavist Theme Builder (3.3.3) Powered by Atlassian Confluence 2.9.1, the Enterprise Wiki.
If I use atb.body, it obviously changes the color of all links on the page, is there a way to just style this bit of text (mainly the links)? I'm using a dark document background and the default blue link text is too dark.
Thanks!