FLOOX TEMPLATE - SLIDESHOW VIDEO BACKGROUND - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

FLOOX TEMPLATE - SLIDESHOW VIDEO BACKGROUND

C

Cecilia

Template 2 years ago

Hello:

I am currently using the FLOOX template and the Slideshow video background module, it looks fantastic on the website, but when viewed from a mobile device, it looks awful. The font size is gigantic. How can I modify this slider to appear differently only on mobile?

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #123430

Hi

Thanks for contacting us. You can use this custom CSS


@media (max-width: 1024px){
.sppb-sp-slider-text span {
  font-size: 25px !important;
}
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0