This topic is locked
[SOLVED]

 Grid Font-size has not changed on Yeti Bootstrap layout

2/25/2017 2:15:54 AM
PHPRunner General questions
W
wehaye author

Php Runner 9.6 27826 x86.

Yeti Bootstrap layout.
I've done as shown in this link --> https://xlinesoft.com/phprunner/docs/customizing_layout_and_theme.htm, but still does not change the font size.
How the correct way to change the font size on the grid?
Thanks.

lefty 2/26/2017



Php Runner 9.6 27826 x86.

Yeti Bootstrap layout.
I've done as shown in this link --> https://xlinesoft.com/phprunner/docs/customizing_layout_and_theme.htm, but still does not change the font size.
How the correct way to change the font size on the grid?
Thanks.




Did you select the checkbox ; this page has custom setting? Wish there were more samples for CSS in bootstrap as I cannot change background color of cerulean style in horizontal menu. no doc's on it.

W
wehaye author 2/26/2017



Did you select the checkbox ; this page has custom setting? Wish there were more samples for CSS in bootstrap as I cannot change background color of cerulean style in horizontal menu. no doc's on it.


yes, I've done, but still does not change the font size.

admin 3/1/2017

Try this:

[data-brick=grid] {

font-size: 7px;

}
W
wehaye author 3/4/2017



Try this:

[data-brick=grid] {

font-size: 7px;

}



Perfect.
Thanks admin.