• Resolved yamamogura

    (@yamamogura)


    Are the font sizes of Title of Scenes changeable? The smaller font of Title would be better. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support C S Sultan

    (@sultan00rextheme)

    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.
    Thread Starter yamamogura

    (@yamamogura)

    How can I get “Theme Customization”?

    Plugin Support C S Sultan

    (@sultan00rextheme)

    On your dashboard, go to Appearance > Themes

    Then click on Customize on the active theme.

    Then on the left, if you scroll down, you will find Additional CSS. Just click on it and add the code on the space below.

    Then scroll up and click on Publish.

    Thread Starter yamamogura

    (@yamamogura)

    Thank you! Now it works. But to change font size, a simple bottom or so would be much better. Anyway, thank you!

    Plugin Support C S Sultan

    (@sultan00rextheme)

    Hi @yamamogura , thanks for your feedback. We will try to include one in the future.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Title and Author’ is closed to new replies.