federico wrote:1 - can I align the title page in the center instead of left ... how can you do?
Exactly what "title page" do you mean? Perhaps you have a link to your gallery?
federico wrote:2 - can I remove the number that indicates the amount of the photos in the main menu?
Yes. Go to admin -> themes -> edit theme (you may need to create your own theme first). Then click
Stylesheet:
.mainmenu_amount {
display: none;
}
federico wrote:3 - can I change the font of the entire site and make it visible on any browser?
You can change font in Imagevue by editing the theme CSS stylesheet. Same as above, navigate to your theme stylesheet, and you will find the fonts. The most important one, is normally the body {} class at the top, where your main font is defined. Just remember, you need to use font families that users have installed on their computers. More info:
https://www.photo.gallery/documentation/cssreference/