Kingdom Theme - Slide Title and Slide Sub-Heading

Hey,

Just wondering if anyone knows how to change the slide_title to 60px and the slide_subheading to 24px. The slide is shown above the fold.

This is the site casakanvas.cl

Many thanks!

Hi @franaldea

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.css ->paste bellow code in bottom of file

h2.hh {

font-size: 60px !important;

}

.slide__subheading {

font-size: 24px !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

1 Like

It worked! Thank you so much!

1 Like

You are welcome @franaldea :wink: