Custom Field Header CSS

  • Charles Smith
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 2 months ago #7769 by Charles Smith
Custom Field Header CSS was created by Charles Smith
Is it possible to adjust the Text Size of the custom field type header? maybe via CSS....

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #7784 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Custom Field Header CSS
Hi

Yes, you can. The header custom field type has the css class .heading, and you can modify it. Open the file components/com_jdonation/assets/css/style.css, look at the css code at line 2 :
Code:
.heading { font-size: 15px; font-weight: bold; text-decoration: underline; }

Change it to what you want .

Hope this help !

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Charles Smith
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 2 months ago #7788 by Charles Smith
Replied by Charles Smith on topic [SOLVED] Re: Custom Field Header CSS
admin wrote:

Hi

Yes, you can. The header custom field type has the css class .heading, and you can modify it. Open the file components/com_jdonation/assets/css/style.css, look at the css code at line 2 :

Code:
.heading { font-size: 15px; font-weight: bold; text-decoration: underline; }

Tuan


Worked perfectly... thanks.

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamDũng Nguyễn Việt