• 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: alternate color / listing

alternate color / listing 10 years 3 months ago #26062

Is it possible to change the alternate color used in the list (currently it's white and yellow) ? is it possible to change the size of the category as well and font ?

thanks

Thierry
The administrator has disabled public write access.

alternate color / listing 10 years 3 months ago #26066

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

You can try changing the colors by adding CSS definitions within your custom template or you can modify the style CSS file of RSDirectory!, located under this path(which we do not recommend as all custom changes will be lost upon further updates):

\media\com_rsdirectory\css\style.css

For example, open it and search for:

.rsdir-listings > .row-fluid:nth-child(odd) > .rsdir-listing {
background-color:#fbfbf1;
}

This uses CSS3 to alternate the colors. You can try changing the above color code to whatever you desire. Any further layout and style adjustments can be done as explained here:

www.rsjoomla.com/support/documentation/v...plate-overrides.html
This is not official customer support. To receive your support, submit a support ticket here.
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!