• Resolved stanikub

    (@stanikub)


    Hello,

    I would like to have my Slide Title font size a little bigger than default and I can’t find any way to do it. Can you help me please?

    And is it possible for the Slide title background to be as long as is the Slide title?

    Thank you.

    With regards,
    Stanislav

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello stanikub,

    Please try the following CSS code. Copy this code and paste it inside the custom CSS block of plugin.

    #example3_356 .title-in-bg {
    min-width: auto !important;
    font-size: 18px;
    }

    Thank you.

    Thread Starter stanikub

    (@stanikub)

    Hi,

    it solves the Slide title background thing, but the font size is still the same.

    Regards,
    Stanislav

    Please, add !important after the font size

    #example3_356 .title-in-bg {
    min-width: auto !important;
    font-size: 22px !important;
    }

    Thread Starter stanikub

    (@stanikub)

    Thank you very much, that solved it!

    Welcome.

    If you like our plugin and support please visit here and give review.

    Thank you

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