Hi,
I would like to modify/increase the font size of the text (title and subtitle should be different sizes) on the slideshow.
Can you please help me?
Many thanks
Hi,
I would like to modify/increase the font size of the text (title and subtitle should be different sizes) on the slideshow.
Can you please help me?
Many thanks
HI @tboudier
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
h2.slideshow__title.heading.h1 {
font-size: 70px !important;
}
p.slideshow__content {
font-size: 30px !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi,
Yes it works! Thank you, but I forgot to precise that I would like to keep it like it is for the mobile display and apply what you sent on desktop.
How could I do that?
Many thanks
What you sent worked for desktop but I would like to adjust the mobile display and have the possibility to set up 2 different size for these elements:
1 size for desktop
1 other size for mobile
Can you help please?
Many thanks