op-section-2.html

1 reply·opened Aug 26, 2024
P
pesaindonAug 26, 2024

Hi,

How can I put a different emphasis-title on each slide?

S
SemiColonWebSTAFFSep 4, 2024

Hello,

Thanks for your Patience!

Instead of Emphasis Title outside the Slider, add it inside the Slides, Example:

<div class="fslider h-100 position-absolute" data-speed="2000" data-pause="4000" data-animation="fade" data-arrows="false" data-pagi="false" style="background-color: #333;">
	<div class="flexslider">
		<div class="slider-wrap">
			<div class="slide" style="background: url('demos/media-agency/images/2.jpg') center right; background-size: cover;">
				<div class="vertical-middle dark text-center">
					<div class="emphasis-title mb-0">
						<h1>
							<span class="t-rotate fw-normal opm-large-word nocolor" style="font-family: 'Kristi', cursive;">different.</span>
						</h1>
					</div>
				</div>
			</div>
			<div class="slide" style="background: url('demos/media-agency/images/1.jpg') center right; background-size: cover;">
				<div class="vertical-middle dark text-center">
					<div class="emphasis-title mb-0">
						<h1>
							<span class="t-rotate fw-normal opm-large-word nocolor" style="font-family: 'Kristi', cursive;">different again.</span>
						</h1>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard