Hi Pranjal,
thank you for your questions.
I hope this is answering your questions. If you have more questions or if you need more details, please let me know.
Thanks and have a nice day.
Best,
Steffen
I am trying to implement point 3 - I administrate one space on a site and want to customize a specific child page to stand out from the rest of the space; can you explain how to do this with only Scroll Viewport?
The only thing I can find that relates to how 3. can be done requires purchase of another app: Scroll Document.
I want to make a child page in a completely different look to the viewport theme for the space (different color scheme, no side menu, different header text), but I can't find any option to customize styling and HideElements on a page-level.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gloria Rasmussen
I assume you are using Scroll Viewport for Confluence Cloud?
If so you should find in the theme editor > templates an option called "custom css". You can add your changes you want to make to the theme here.
If you want to change the theme just for one particular page you just need to grab additionally the css selector: [pageid="12345"] which you can find on the body element. 12345 = the page id of your page.
Here is the official documentation about injecting custom css into your help center theme.
I hope this helps.
Cheers,
Steffen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Steffen Burzlaff _K15t_; we're not running on Confluence Cloud. Is that why I don't have the templates option? Or is that function something I need to ask my site administrator to give me access rights to?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gloria Rasmussen
ah ok, on Server or Data Center this works a bit different to inject custom CSS. Here you need to create/upload a file called "custom.css" to make this work but it is available.
The rest of my provided information above (e.g. the CSS selector) stays the same.
Cheers,
Steffen
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.