Advertisement:

Author Topic: how to increase Description and Custom Fields font size in OsclassWizards ?  (Read 1148 times)

ahmad5155

  • Newbie
  • *
  • Posts: 3
hi all,
firstly im srry for bad english ..

my question is how can i increase the font size of my custom fields and description ?

check the screenshot that i attached with this topic to clearly understand what i mean.  ;D

i tried to make some changes in the main.css file but no results  :(

waiting for the pros.


teseo

  • Hero Member
  • *****
  • Posts: 6169
Hi,

Add this at the very bottom of osclasswizards/css/main.css:

Code: [Select]
#item-content #description p, #item-content #custom_fields { font-size: 14px; }
Increase that "14" if you want it bigger still.

Regards