Hello,
How can I create a custom look for the Home Page of a Space in confluence, different from the other pages ? I used custom CSS and HTML but it affects the whole space in confluence.
The space is for documentation, i have shortcuts in the Home page for various locations in the space, but these links are coded in the custom HTML.
@Halst I suggest you combine between both Javascript and CSS
The Javascript needs to identify if the current page is the home page then it will apply your custom CSS for that page only
You can use AJS.Meta.get('content-id') to get the current content id to compare with the home page content id
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.