[xwiki-users] Globally changing font, headers and title in XWiki
Hi On that same tab you are looking at (Base colors) scroll down and change the value for @headings-color. This will allow you to change all the titles and headings. I hope that helps. Kind regards, Mahomed -----Original Message----- From: users [mailto:[email protected]] On Behalf Of MishaK Sent: 13 March 2015 14:45 To: [email protected] Subject: Re: [xwiki-users] Globally changing font, headers and title in XWiki Okay, I changed the font thank you for that! I don't know how to change the default *Title *and *Headings* colour. I can only see colour modification for all text, backgrounds and so on. Here is a picture: <http://xwiki.475771.n2.nabble.com/file/n7594315/Color_Theme.png> -- View this message in context: http://xwiki.475771.n2.nabble.com/Globally-changing-font-headers-and-title-i... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
I don't have the @headings-color option All i have is @text-color, @body-bg, @xwiki-page-content-bg, @link-color, @brand-primary, @brand-success, @brand-info, @brand-warning, @brand-danger, @component-active-color and @component-active-bg -- View this message in context: http://xwiki.475771.n2.nabble.com/Globally-changing-font-headers-and-title-i... Sent from the XWiki- Users mailing list archive at Nabble.com.
I’m afraid someone with more experience will have to advise. I’m logged in as Admin and can see the @headings-color option as you can see from the image below. Are you logged in as Admin? That’s the only other thing I can think of. <http://xwiki.475771.n2.nabble.com/file/n7594335/xwikiheadings.png> -- View this message in context: http://xwiki.475771.n2.nabble.com/Globally-changing-font-headers-and-title-i... Sent from the XWiki- Users mailing list archive at Nabble.com.
Yes, I am using administrator account. It looks like ONLY @headings-color is missing. Any suggestion on how to fix this problem? -- View this message in context: http://xwiki.475771.n2.nabble.com/Globally-changing-font-headers-and-title-i... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, http://jira.xwiki.org/browse/XWIKI-11679 This issue is fixed in 6.2.5, 7.0-milestone-1, 6.4.1 versions. Thanks, Caty On Tue, Mar 17, 2015 at 10:37 PM, MishaK <[email protected]> wrote:
Yes, I am using administrator account. It looks like ONLY @headings-color is missing. Any suggestion on how to fix this problem?
-- View this message in context: http://xwiki.475771.n2.nabble.com/Globally-changing-font-headers-and-title-i... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thank you for your answer! Is there a way to upgrade the xwiki through web without accessing the local files? Also, can I fix the issue with the advanced option in the Color Theme using @lessCode or something? If so, how? Regards, Michael -- View this message in context: http://xwiki.475771.n2.nabble.com/Globally-changing-font-headers-and-title-i... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, - Go to your FlamingoTheme editor, like 'edit/FlamingoThemes/Charcoal' - Go to section 'Advanced', in the textarea write: "@headings-color: blue;" Thanks, Caty On Wed, Mar 18, 2015 at 3:23 PM, MishaK <[email protected]> wrote:
Thank you for your answer! Is there a way to upgrade the xwiki through web without accessing the local files? Also, can I fix the issue with the advanced option in the Color Theme using @lessCode or something? If so, how?
Regards, Michael
-- View this message in context: http://xwiki.475771.n2.nabble.com/Globally-changing-font-headers-and-title-i... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
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-i... Sent from the XWiki- Users mailing list archive at Nabble.com.
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 <[email protected]> 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-i... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
I meant the topic title of the page at the top. In this case it was heading 1 so I followed your example and everything worked. Thank you very much, I appreciate it! Been trying to solve this problem for a week. I couldn't exactly find what i was looking for in documentation and guides for xwiki. It's great that you guys follow and support this forum! -- View this message in context: http://xwiki.475771.n2.nabble.com/Globally-changing-font-headers-and-title-i... Sent from the XWiki- Users mailing list archive at Nabble.com.
I'm glad that you solved your problem. Have fun, Caty On Wed, Mar 18, 2015 at 7:42 PM, MishaK <[email protected]> wrote:
I meant the topic title of the page at the top. In this case it was heading 1 so I followed your example and everything worked. Thank you very much, I appreciate it! Been trying to solve this problem for a week. I couldn't exactly find what i was looking for in documentation and guides for xwiki. It's great that you guys follow and support this forum!
-- View this message in context: http://xwiki.475771.n2.nabble.com/Globally-changing-font-headers-and-title-i... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (4)
-
Ecaterina Moraru (Valica) -
mahomed -
Mahomed Hussein -
MishaK