Animated Logo In Artion Template Animation Also On Tablets En Smartphones, Possible - Question | JoomShaper

Animated Logo In Artion Template Animation Also On Tablets En Smartphones, Possible

Céline Charles

Céline Charles

Template 1 year ago

Hi,

Would it be possible to get the logo animation on Artion template homepage also visible (and animated) on mobiles and tablets devices?

Thanks for your answer!

0
2 Answers
Céline Charles
Céline Charles
Accepted Answer
1 year ago #103880

Allooooooo? Is there someone? Could you give me an answer at least please?

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #104182

Hi there!

Thanks for contacting us.

There is no default way to achieve that, but you can use custom CSS.

@media (max-width: 991px){
.animated-text {
    display: block;
    transform: scale(3) translateX(45%);
}
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0