Adjust

0
Votes
Undo
  1. john.vernoski
  2. Commercial Templates
  3. Tuesday, 31 May 2022
  4.  Subscribe via email
This is the first time I'm using a Joomla 51 template (Kaylee). I really like it. :D

But I'd like to make a few adjustments:

1. Turn Off Article Title Force ALL CAPS - I prefer the article titles to be as they are entered. Where and how do I adjust this?

2. Line Spacing for articles - Where and how do I do adjust this?

2. Kearning in Category and Article Titles and Article Text - Where and how do I do adjust this?

Thank you!
Accepted Answer Pending Moderation
0
Votes
Undo
Hi John

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(edit to taste)

/* disable caps */
.item-title, .page-header {
text-transform: none;
}

/* default line height */
body {
line-height: 20px;
}

/* letter spacing */
.item-title, .page-header {
letter-spacing: 0.5px;
}
.article-body {
letter-spacing: 0.5px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.