Re: Changing font size of SubCategories...

Posted by GregChapman on
URL: https://support.nabble.com/Changing-font-size-of-SubCategories-tp6064568p6067424.html

mywaytoo wrote
Is it possible to change the size and colour of the sub-category text so that it stands out better from the posts?
Yes!

Adding something like this to the Change Appearance CSS box would do it:

.nabble a.second-font {
  color: black;
  font-size: 150%;
}

Matching the black text of the other headings would be good...
I'm less sure about the colour change. Bear in mind that in this format the heading is a link so it needs to be distinguished from the ordinary text, but I guess that's up to you.

Perhaps adding an underline would be acceptable to you? Adding:

  text-decoration: underline;

would do that!

NOTE: I haven't checked where else the "second-font" class is applied to a link, so my code my have unwanted side-effects on other screens.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.