How do I change page tree font size

ysri July 24, 2013

Hello there

I have a page with page tree macro and I would like to change the font siz for page tree contents ,

how do i do that..

6 answers

0 votes
Markus Torstensson May 12, 2014

@Steve: works like a charm. thanks

0 votes
Aubrey Bailey May 2, 2014

the following is more appropriate now:

  1. #splitter-sidebar .plugin_pagetree { font-size:20px !important; }
0 votes
ysri August 8, 2013

Thanks Steve

0 votes
Steve Goldberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2013

Ryan is close, but you can use a more specific selector (and then !important):

.plugin_pagetree li a {font-size:10px !important;}

0 votes
ysri July 30, 2013

Thanks Ryan, it doen't work on version 4.3.1

0 votes
Ryan Goodwin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 24, 2013

Hi Yali,

For editing a space custom stylesheet (versus site wide) go to Space Admin > Look and Feel > Stylesheet. Add in this CSS:

.plugin_pagetree_children_list {font-size:10px}

You can change the font-size to whatever you need :)

Hope this helps!

Suggest an answer

Log in or Sign up to answer