I am trying to change the default color on the horizontal line rule on just an individual page, not a global change. Is it possible to use markdown to do that, or not?
Thank you!
-neil
Hi Neil,
do you have the free plugin Confluence Source Editor installed?
With that, you are able to edit the sources of your Confluence page directly:
A page with the horizontal rule looks in Confluence Sources like that:
<hr/>
With the source editor you can add a style to your hr, e.g.:
<hr style="border: dashed rgb(0,255,0) 1.0px;background-color: rgb(170,0,0);height: 15.0px;"/>
The hr then looks like this:
Thomas,
I was unaware of that plugin. I'll give that a shot and see if that works.
Thank you!
-Neil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Neil,
It's not possible to edit CSS for a single page in Confluence. We have a feature request for this, however: CONFSERVER-41708. You can vote onthat issue to help us keep track of how many users would be interested in such a feature.
In the meantime, my reccomendation would be to try Dan's answer on this other community post and enable the HTML Macro and use that to try and insert the CSS for the single page.
Let us know if you have any trouble!
Kind Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Shannon,
Thanks for your reply! I'll also give that a shot and see what works.
-Neil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Neil,
No worries! Thomas' answer is also very good as you can directly edit the page so go ahead and give them both a try and see which works best for you.
Kind Regards,
Shannon
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.