• 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: Event description Fonts

Event description Fonts 16 years 4 weeks ago #7529

  • tobypsl
  • tobypsl's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 62
  • Thank you received: 1
Hi

I'm wondering why the event description is in bold font (except for bullet pointed text) when I haven't selected bold font in the editor and it doesn't look bold in the backend.

Is this a CSS feature and what is the best way to change it. Bold font is not best as standard - it gives the impression of shouting at the reader.
The administrator has disabled public write access.

Re:Event description Fonts 16 years 4 weeks ago #7534

  • tobypsl
  • tobypsl's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 62
  • Thank you received: 1
sorted, the font weight was set to bold in the CSS file of the default design. Canging it to 'normal' does the trick.

I noticed though that the font size is 14pt which is fine but any bullet points within the escription are a size or two smaller. Is there a fix for this ?
The administrator has disabled public write access.

Re:Event description Fonts 16 years 3 weeks ago #7556

  • bogdan
  • bogdan's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 122
  • Thank you received: 4
Hello ,

You can add this into the css of the design :
div#rsevents-event-description ul,ol{

	font-size:14px;
 
}

Regards!
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here

RSJoomla! Development Team
The administrator has disabled public write access.

Re:Event description Fonts 16 years 3 weeks ago #7598

  • tobypsl
  • tobypsl's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 62
  • Thank you received: 1
Hi Bogdan

thanks for th fix, where specifically in the css would I need to add the code ?

thanks.
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!