Not sure what you mean by 'Topic title color'? Are you refering to the
Forum App?
Anyway, you should inspect with Firebug or with your browser's Inspector,
see what class has the header you need and write the appropiate CSS
selector for it.
For example, the @headings-color is set for "h1, h2, h3, h4, h5, h6".
For example, you could write something like this:
"
@headings-color: blue;
#document-title h1 {
color: green;
}
"
in order to have a different color for the main page header (that has the
id='document-title'), but again ... depends what you are talking about.
Thanks,
Caty
On Wed, Mar 18, 2015 at 5:41 PM, MishaK <mkurbatov(a)gmail.com> wrote:
That worked, thanks again!
Is there a separate class for the topic title colour? I want it to have
separate colours from the rest of the headers.
Regards,
Michael
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Globally-changing-font-headers-and-title-…
Sent from the XWiki- Users mailing list archive at
Nabble.com.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users