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!