• 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: RSDirectory Layout

RSDirectory Layout 9 years 8 months ago #28567

  • tffinc
  • tffinc's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I need instructions how how to change the CSS of titles and descriptions and such. I have looked all over your website and can't find it anywhere.

We have a rough layout here (testing site):

www.sanantoniobaptist.org.php54-2.dfw1-2.../index.php/directory

I want to be able to make the titles fonts sizes smaller.

Please help.

Tim Baker
The administrator has disabled public write access.

RSDirectory Layout 9 years 8 months ago #28577

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Normally the style would be applied from the CSS file(since this is loaded overall the component), I would recommend changing this directly from the following file:

/media/com_rsdirectory/css/style.css and change
.rsdir-listing-title {
    font-weight: normal;
    font-family: Arial;
    font-size: 17px;
    margin-top: 0;
}

to
.rsdir-listing-title {
    font-weight: normal;
    font-family: Arial;
    font-size: 14px !important;
    margin-top: 0;
}
My help is not official customer support. To receive your support, submit a ticket by clicking 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!