Logic Machine Forum
Mosaic 3 and text dimension - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Mosaic 3 and text dimension (/showthread.php?tid=5660)



Mosaic 3 and text dimension - toujour - 09.10.2024

Hi,

is it possible set a larger text for the app ?

BR,
Alberto


RE: Mosaic 3 and text dimension - admin - 09.10.2024

Add to Custom CSS in Mosaic > Settings & themes. Adjust font size as needed.
Code:
body, .txt, .header__inner .item, .panels a, .panels span { font-size: 18px !important; }



RE: Mosaic 3 and text dimension - davidchispas - 10.10.2024

(09.10.2024, 14:58)admin Wrote: Add to Custom CSS in Mosaic > Settings & themes. Adjust font size as needed.
Code:
body, .txt, .header__inner .item, .panels a, .panels span { font-size: 18px !important; }

to modify only the widget titles?


RE: Mosaic 3 and text dimension - admin - 10.10.2024

Use this:
Code:
.title-inner { font-size: 18px !important; }