Hello,
I've ran into a huge amount of issues when it comes to CSS on confluence 4.2.13. I am trying to apply CSS in a couple of ways that I have researched recently but so far to no avail. I have tried many ways to apply it via space tools, the PDF stylesheet under space admin, and I have even tried a macro that will apply CSS to it. So far nothing has worked. I have tried specificity by using wiki-content or other ways and so far it hasn't worked either. Is there anything I can do? I beyond need CSS for the type of page I am doing.
@David Tucciarone
you mean that you define sizes and colors for your headings and nothing happens in the PDF?
If so, that is still a problem of specifity. Try the following:
.wiki-content h1, .wiki-content h2, .wiki-content h3 { font-size: 60px !important; color: red !important; }
Are you trying to apply CSS to PDFs, or to the pages when viewed in a browser?
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.
The CSS stylesheetcss.jpg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show the markup of the page you're working on and the styes you're trying to apply?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.