![]() |
|
Zenpage - font size? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Zenpage - font size? (/thread-13271.html) |
Zenpage - font size? - tplowe56 - 2019-02-10 This seems like a really dumb questions, but how do I increase the font size in an article? I see all the other attributes but not size. My text is too small for easy reading. Zenpage - font size? - acrylian - 2019-02-10 You mean in the backend? You can create a custom editor css file described here: https://www.zenphoto.org/news/how-to-create-custom-tinymce-configurations/ Zenpage - font size? - tplowe56 - 2019-02-11 Yes, trying to edit in the backend what the users sees. I will investigate your instructions. Zenpage - font size? - tplowe56 - 2019-02-11 I think I was mis-understood. After looking at https://www.zenphoto.org/news/how-to-create-custom-tinymce-configurations/ I just want to change the size of the text within a page (zenpage). I see the text size is inherited from the body text size in zpBootstrap. So if I change that number it also changes text in other places on the site, (although very few.) Zenpage - font size? - acrylian - 2019-02-11 Well, I did ask about the backend, theme is frontend :-)
That means you need to modify the theme's CSS then obviously. If it has no class attached to differ the page content so you can address, it it probably should be added. That's something for @vincent3569 to look into ;-) Another way is again TinYMCE configuration as it does have tools to change font size which is not enabled in any default config because it should be left to the theme at best. Zenpage - font size? - tplowe56 - 2019-02-12 Thanks, Malte. Yeah it needs a different class. Zenpage - font size? - vincent3569 - 2019-02-12 yes, with zpBoostrap, all text are with the same size, it seems consistent to have a single text size for the entire site. if you want a specific size in news and page, you can add css rule in
or
for specific tags you want to increase Zenpage - font size? - vincent3569 - 2019-02-12 of course, you can also overwrite base font size, by adding this line
Zenpage - font size? - acrylian - 2019-02-12 I would suggest to add additional classes like (It is recommended to use relative font sizes nowadays instead of px). (PS: And before anyone asks, no our current old themes don't do everything right ;-)) Zenpage - font size? - tplowe56 - 2019-02-13 Thx for the help guys |