Carousel - floating text

Hello,

Just wondering if it is possible for the carousel (or similar) to have rotating images over the same text. Eg - 3 slides with the same text?

I know that I could place the same text individually over the 3 slides, but would prefer against to prevent redundancy in the code.

Thanks in advance!

@bourne, yes, you can accomplish this in Blocs. You’ll need to create an independent Bloc with the text on it, then position that block over the carousel using absolute positioning via either the page settings are (where you can add code) or via a css style sheet you attach to the project.

1 Like