Hi there,
New user here wondering whether I can change the font/colour/weight of all of my Heading 1 titles.
If so, could you let me know how please?
Thanks,
Simon
Hi Simon
just had a quick look, if you pick Space Tools -> Look and Feel -> Stylesheet
you can add custom css snippet, for example h3 colored red
.wiki-content h3 {color:red;}
BR
Kurt
Thanks very much for the response Kurt!
Just a quick follow up question: is that just for the server version of Confluence, as the only stylesheet I can find in Look and Feel is for the PDF download.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, a year on and I can't follow these instructions with the updates Confluence has had. Is there currently a way to edit heading formatting?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I dont see "style sheet" in space settings "look and feel". I can only choose "themes" , "templates" "page layout" - and none of them lets me do the "
.wiki-content h3 {color:red;}
"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to be a "super admin" (Official term: System Administrator) to do this:
https://confluence.atlassian.com/doc/global-permissions-overview-138709.html
I guess this is the case because wrong css can cause the whole confluence to be not accessible any more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Simon
the described path refers to the settings of a single space
If you want to change the stylesheets globally than you need to use
https://URLOFYOURINSTANCE.com/wiki/admin/viewstylesheet.action
Hope that helps a bit
BR
Kurt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.