Hi!
Is it possible to make a title in Expand macro blue or green or any other colour?
Regards,
Alex
Browse to:
Space Admin | Look and Feel | Stylesheet
Click the Edit button and paste the following styles:
/* change the style
for
expand
macro title text */
#com-atlassian-confluence .expand-control-text {
color:
#800;
font-weight: bold;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why I dont have "Stylesheet" on Look and Feel? I only have these options:
Themes
Colour Scheme
PDF Layout
PDF Stylesheet
Change Space Logo
I am using 4.3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're probably on Confluence Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David,
Can you please help me, would you know how to increase the Digi Accordion font size using css?
I used .panel-default > .panel-heading > to change the background color but could not get the font size to change. I even tried .panel-title
I would appreciate any help.
Thanks
Anita
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Browse to:
Confluence Admin | Look and Feel | Stylesheet
Click the Edit button and paste the following styles:
/* change the style for expand macro title text */ #com-atlassian-confluence .expand-control-text { color: #880000; font-weight: bold; }
Your should get something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did what you suggested but the title is still black. What I however noticed that in the Edit 'Expand' Macro window, the title is dark red under the Preview area.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, does it work in the standard themes? Is it a problem in these or a custom theme only?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It works in the Global Look and Feel theme. I use Documentation Theme and it doesn't work there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, the Documentation Theme does not use the global stylesheet, you'll have to add to the space stylesheet. See my 2nd answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I'm guessing they changed the styles from then. Does anybody know how to do this now?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Never mind, if you are using the cloud version it's still not possible to do this.
Support this ticket if possible https://jira.atlassian.com/browse/CONFCLOUD-72003
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just as an extension, if you only want to change the Style in only one page (not your all Confluence instance).
Use the "CSS Stylesheet" macro in your page an enter the code from David:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to have a colour that's always the same, for example, blue as is normally used for links.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you just want a different colour that's always the same? Or do you want this configurable?
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.