Hi guys,
I've got Confluence 2.8.0 and am not sure where to put the change in?
When I look for the file:
./confluence/styles/site-css.vm
I can't see it, all I see is:
confluence_server:/opt/confluence/confluence-2.8.0-std/confluence/styles # ll
total 16
rw-rr- 1 root root 8728 Apr 10 2008 colors-css.vm
rw-rr- 1 root root 1362 Apr 10 2008 combined-css.vm
Am I looking in the wrong place?
I've also tried adding the file with the code:
<style>
.wiki-content h3
{ font-size: 13pt; }
</style>
But that doesn't work either.
All help or ideas most welcome.
Kind Regards,
Roger Symonds
www.customware.net
Needed to add less specific ".wiki-content h1" selector for RTE. Other heading levels unaffected.