Hi @yamamogura , you can alter the font size of the Title of the Scenes by adding a custom code on your theme additional CSS.
Simply got to your Theme Customization and add the following code snippet:
#pano tour ID div.pnlm-title-box {
font-size: size px !important;
}
**In place of tour ID, write the ID of the tour for which you want to change the font size. And then assign the font-size you want to apply.
For example, if I have a tour with tour ID 1066, and I want the font size to be 15px, then the code will look like this:
#pano1066 div.pnlm-title-box {
font-size: 15px !important;
}
Let me know if you have any confusion. Thanks.
-
This reply was modified 5 years, 5 months ago by C S Sultan.