-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
June 5, 2013 at 3:33 am #187999How can I adjust the font size of the slideshow to lowercase?
I changed the font size in mod_jaslideshow-fubix-top.css but its not changing.Thank you
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
June 5, 2013 at 7:56 am #494812Hi guap,
Open file “templates/ja_fubix/css/mod_jaslideshow-fubix.css”, find code :
[PHP]
.top-content .ja-slide-main-wrap .ja-slide-desc {
padding: 15px 20px;
text-align: left;
color:#fff
font-weight: normal;
font-family: ‘novecento_wide_bookbold’, Arial, Helvetica, sans-serif;
font-size: 32px;
line-height: 1.1;
margin: 0;
text-transform: uppercase;
}
[/PHP]and change it to
[PHP]
.top-content .ja-slide-main-wrap .ja-slide-desc {
padding: 15px 20px;
text-align: left;
color:#fff
font-weight: normal;
font-family: ‘novecento_wide_book’, Arial, Helvetica, sans-serif;
font-size: 32px;
line-height: 1.1;
margin: 0;
text-transform: lowercase;
}
[/PHP]And open file “templates/ja_fubix/less/mod_jaslideshow-fubix.less” find code:
[PHP]
.ja-slide-desc {
padding: 15px 20px;
text-align: left;
color: @white;
font-weight: normal;
font-family: @TPLFontFace;
font-size: 32px;
line-height: 1.1;
margin: 0;
text-transform: uppercase;
}
[/PHP]
change it to
[PHP]
.ja-slide-desc {
padding: 15px 20px;
text-align: left;
color: @white;
font-weight: normal;
font-family: ‘novecento_wide_book’, Arial, Helvetica, sans-serif;
font-size: 32px;
line-height: 1.1;
margin: 0;
text-transform: lowercase;
}
[/PHP]After changing, if title of slideshow still uppercase, pls try to disbale “Optimize CSS” and clear all cache
Regards.
-
1 user says Thank You to MoonSailor for this useful post
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
June 5, 2013 at 9:09 pm #494922Thank you 🙂
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by guap 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Title Font
Viewing 3 posts - 1 through 3 (of 3 total)