Prestige Theme Slideshow Edits (Line Breaks & Logo Addition)

Hey Community!

I’m looking for some help with Shopify Liquid.

Basically, I’d like to have the ability to add line breaks to the Heading & Sub-Heading sections of the Prestige theme slideshow.

If possible? I’d also like to have the ability to add a logo image on top of the slideshow image itself.

If anyone could direct me on where exactly the code needs to be changed I’d really appreciate it.

Thank you!

Hello @Dylan_Propeller ,

To add a break in sub-heading:
Edit slideshow.iquid under Sections.
Now here search for this code

{{ block.settings.subheading | escape }}

once fond remove escape from it. After removing it will look like this

{{ block.settings.subheading }}

Now get back to slideshow section and use
tag to break the line in 2.
e.g. Back
in stock

Do same for Heading.
And you can do logo code in same file.

Thanks

3 Likes

Hello @Guleria ,

Amazing, thanks for your help and quick response!

I will be in touch if I have trouble adding the image file (paid work of course)

Thanks again for your help :slightly_smiling_face:

Dylan.

1 Like