• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Vivo Animated shape

Vivo Animated shape 4 years 2 months ago #39749

  • webcloud
  • webcloud's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi
Could some tell me how to remove the animated shape in the CSS I cant seem to find it?

Many thanks

P
The administrator has disabled public write access.

Vivo Animated shape 4 years 2 months ago #39753

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 557
  • Thank you received: 102
Hello,

First you will need to create a custom.css file as instructed here. Second, you can try using something similar:
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1::after, [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2::after, [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3::after, [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4::after, [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5::after {
   display:none;
}

Save and test your website one more time (it might be needed to properly refresh the browser's cache before testing this in the frontend area, using CTRL + F5).
Last Edit: 4 years 2 months ago by dragos.
The administrator has disabled public write access.
The following user(s) said Thank You: webcloud
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!