ZenphotoCMS Forum
Title font colour - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Title font colour (/thread-13320.html)



Title font colour - ftp - 07-09-2019

I need to change the font and colour of the titles of my albums. Where can I edit this? I currently have the zpBootstrap theme installed. Is it a default part of the theme? Can I install a plugin to edit this?




Title font colour - acrylian - 07-09-2019

You need to modify the theme's CSS.




Title font colour - vincent3569 - 09-09-2019

hi
to change the main bootstrap css rules, you can create your own css compiled files.

to do that, load the file config.json provided in directory /_bootstrap_3.4.0\bootstrap-compiledof the theme in
https://getbootstrap.com/docs/3.4/customize/.
then, edit the rules as you need.
then, you have to replace bootstrap*.* in directory /css with the new compiled files.

you can also change specific css values (not bootstrap ones) in /css/zpBootstrap.css.