-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
August 2, 2013 at 9:26 pm #189444TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 2, 2013 at 9:38 pm #501112If clearing both the browser and JAT3 cache doesn’t resolve the issue, then . . . .
. . . so that I can try to best assist you, please provide the url of the site you’re working on,
as well as set “Optimize CSS” to “No” within your Template Manager–General settingsguap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
August 2, 2013 at 11:14 pm #501124I set the optimize css to NO and sent you the info. Thank you.
URL – Here is the link
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 5, 2013 at 5:05 pm #501331Within file path –> /templates/ja_fubix/css/themes/blue/template.css
at line 1691, you will see the following:
ul.category-module li a {
color: #222222
}Add a “font-size” property to this CSS rule – for example:
ul.category-module li a {
color: #222222
font-size: 11px;
}The above example is just for example purposes … you can use whatever pixel size value you want until you arrive at the resutl you’re most happy with.
Hope That Helps
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
August 5, 2013 at 8:15 pm #501340Thanks, the font size is fixed. I notice the line height, I’m trying to adjust the spaces but seemed not working.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 6, 2013 at 3:20 am #501364Hi guap,
It seems that you customized line-height for <h1> heading tag in custom.css file:
h1 {
font-size: 28.5px;
line-heigh: 28px;
}
You can add this additional rule:
.category-module h1 {
line-height: 15px; <<< change to your desired value;
}
Hope it helps.
1 user says Thank You to Saguaros for this useful post
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
August 6, 2013 at 12:44 pm #501413Yes … it helped. Thank you very much. 🙂
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by guap 11 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Title heading font
Viewing 7 posts - 1 through 7 (of 7 total)