-
AuthorPosts
-
August 27, 2015 at 10:22 am #676113
Please, how can I change the title font of an article with JA Side News.
Thank you.
Eric.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 27, 2015 at 11:13 am #680307Hi
Kindly share your working site url here , so i can check it and suggest you changes .Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 27, 2015 at 11:13 am #746793Hi
Kindly share your working site url here , so i can check it and suggest you changes .August 27, 2015 at 8:47 pm #680344This is the url: http://remap.eacnrbastos.org/
August 27, 2015 at 8:47 pm #746830This is the url: http://remap.eacnrbastos.org/
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 27, 2015 at 10:18 pm #680349Try This . . . .
If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/ja_university/css/
Within that custom.css file, pate the following CSS rule:
.article-title, .article-header h1 {
font-family: times new roman;
font-size: 25px;
font-weight: bold;
margin: 0 0 20px;
}The values for the various font properties above are entered as EXAMPLES ONLY.
You can/should modify each with whatever values you wish.SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Hope That Helps
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 27, 2015 at 10:18 pm #746835Try This . . . .
If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/ja_university/css/
Within that custom.css file, pate the following CSS rule:
.article-title, .article-header h1 {
font-family: times new roman;
font-size: 25px;
font-weight: bold;
margin: 0 0 20px;
}The values for the various font properties above are entered as EXAMPLES ONLY.
You can/should modify each with whatever values you wish.SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Hope That Helps
August 27, 2015 at 11:43 pm #680351I did it, but there is no change In the font of titles for articles.
This the content of custom.css:
.t3-header {
background:#cccccc!important;
}.t3-footer {
background:#cccccc!important;
}
article-title, .article-header h1 {
font-family: times new roman;
font-size: 25px;
font-weight: bold;
margin: 0 0 20px;
}August 27, 2015 at 11:43 pm #746837I did it, but there is no change In the font of titles for articles.
This the content of custom.css:
.t3-header {
background:#cccccc!important;
}.t3-footer {
background:#cccccc!important;
}
article-title, .article-header h1 {
font-family: times new roman;
font-size: 25px;
font-weight: bold;
margin: 0 0 20px;
}Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 28, 2015 at 1:20 am #680358Hi @ericdeumo
Thanks for sharing the url of site .
Try My Solution given below
add this code in custom.css to change the JA Sidenews module title font-size#Mod98 .module-title {font-size: 24px!important;}
This code will apply only on the Module JA SideNews A LA UNE Not on all site modules titles .
If you would like to change any other module title then u can change the Module ID in above code .
Here u can see the code will work like this >> http://prntscr.com/89pxbv
Let me know if you have any confusion.1 user says Thank You to Pankaj Sharma for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 28, 2015 at 1:20 am #746844Hi @ericdeumo
Thanks for sharing the url of site .
Try My Solution given below
add this code in custom.css to change the JA Sidenews module title font-size#Mod98 .module-title {font-size: 24px!important;}
and Use this code to change article title inside this module ” :
#Mod98 .ja-slidenews-item .ja-title {font-size: 24px!important;}
This code will apply only on the Module JA SideNews A LA UNE Not on all site modules titles .
If you would like to change any other module of JA sidenews then u can change the Module ID in above code .Here u can see the code will work like this >>
Module article title > http://prntscr.com/8agi89
Module title > http://prntscr.com/89pxbvLet me know if you have any confusion.
1 user says Thank You to Pankaj Sharma for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 28, 2015 at 3:58 pm #680565<em>@ericdeumo 489436 wrote:</em><blockquote>I did it, but there is no change In the font of titles for articles.
</blockquote>
It would be helpful if you could temporarily set “Optimize CSS” to “Off/No” within your Template Manager–General settings
1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 28, 2015 at 3:58 pm #746939<em>@ericdeumo 489436 wrote:</em><blockquote>I did it, but there is no change In the font of titles for articles.
</blockquote>
It would be helpful if you could temporarily set “Optimize CSS” to “Off/No” within your Template Manager–General settings
1 user says Thank You to TomC for this useful post
August 31, 2015 at 7:32 am #680889Tank you. The problem has been solved
-
AuthorPosts
This topic contains 15 replies, has 3 voices, and was last updated by ericdeumo 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum