• 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: RS Vario

RS Vario 7 years 2 months ago #36332

  • kvo
  • kvo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
How do I change the heart under all the titles in RS Vario? I see to modify the CSS Class name to a different fa-icon, but how to change the heart?
Thank you
The administrator has disabled public write access.

RS Vario 7 years 1 month ago #36401

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

First you'll need to create a custom.css file as instructed here:

www.rsjoomla.com/support/documentation/r...the-source-code.html

..to avoid losing source code changes upon updating the template to its latest version.

Second, you'll need to add the following CSS statement:
.detailed-title .rspbld-title::after {
    content: '\f004';
}

..and replace the content value with the
corresponding value from the list below:

astronautweb.co/snippet/font-awesome/
The administrator has disabled public write access.
The following user(s) said Thank You: kvo

RS Vario 7 years 1 month ago #36402

  • kvo
  • kvo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Thank you!
The administrator has disabled public write access.
  • 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!