I've been going through developer tools trying to figure out how to change the style of the "label search output pages" to make the titles of the documents a little more visible.
Specifically, I want a way to either make the "titles of the pages" bigger/bolder, or make the dates/username and label buttons smaller.
It's a little difficult to pick the titles out of the page, when they contain the most important information by far.
Hi Steven,
I played around a little bit, and I think I may have what you're looking for. I tested this in Confluence 6.6.3, but the below style added to the global stylesheet increased the font size for the titles of the pages on that screen:
.details > a {
font-size: 16pt;
}
That will take the first link under the details div and set the font size on it. I hope this helps!
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.