This topic is locked

How to make all text bold on all List pages

7/8/2014 5:02:26 PM
PHPRunner Tips and Tricks
Sergey Kornilov admin

Proceed to Style Editor, click 'Modify ...' button next to 'Styles' and add the following to 'Custom CSS' section.

.rnr-field-text, .rnr-field-number {font-weight: bold !important;}


As you can see you can apply this style just to text or to numeric fields or to all fields at once.