How to lower the hero image's font and button position?

I would lke to bring down the hero image-slideshow font and button, so that its more in the darker space in the desktop and mobile

https://www.call2love.com/
PW: raczek77

Hi @Chantelrudden

This is Richard 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

a.btn.btn–primary.btn–large {

padding: 10px 20px !important;

}

h4.slideshow__heading.ff-heading.animation-fade-up-split-reveal.animation-initialized {

font-size: 40px;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

how do i make the heading even lower? i would like the text lowered so its beneath the bench, in the darker area

Go to your store admin > Sale channels > Online store > Themes > Customize > select your Image slideshow and edit text in button label is “Show Now” instead of “SHOP NOW

it was how to lower font…

You can try with this code:

.slideshow__content-wrapper .slideshow__content–v-bottom {
padding-bottom: 10px !important;
}