-
AuthorPosts
-
cantabriadeportiva Friend
cantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
April 4, 2013 at 4:31 pm #186445Hello,
I want to modify the title size of the articles in a category list with the nex_blog template.
I’ve been reading the forum searching how to do it, and I found this code:
#ja-contentheading div.blog .leading .contentheading{
font-size: 200%;
}but nothing changes in the website.
Can I change the size of the title in the Main, primary… articles???
Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 4, 2013 at 4:37 pm #488861Can you please provide the url of the site you’re working on?
1 user says Thank You to TomC for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
April 4, 2013 at 4:42 pm #488865Sure, it’s a website only for testing proposal: http://goo.gl/uT66C
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 4, 2013 at 4:46 pm #488866<em>@cantabriadeportiva 367562 wrote:</em><blockquote>Sure, it’s a website only for testing proposal: http://goo.gl/uT66C</blockquote>
Okay … How are you wanting the titles to display?
Are you able to create a screenshot mock-up for reference?cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
April 4, 2013 at 4:48 pm #488867All I need is change the font size of the titles in all the articles except the main one.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 4, 2013 at 4:51 pm #488868Which version of JA Nex are you using – T3v2 or T3v3 ??
If T3v2 => please set “Optimize CSS” to “No” within your Template Manager–General settings
If T3v3 => please set to “Development Mode” within your Template Manager
Let me know which one and when you’ve done this.
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
April 4, 2013 at 4:58 pm #488871It’s T3 1.3.3 version. Should I have to update???
Now is everything disable.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 4, 2013 at 5:16 pm #488873Okay, try this . . . .
Within file path –> /templates/ja_nex/css/k2.css
at line 1673, you will see the following:
div#itemListLeading div.catItemBlogView div.catItemHeader h3.catItemTitle, div.catItemBlogView div.catItemHeader h3.catItemTitle {
font-size: 300%;
font-weight: 700;}
Modify as follows (basically delete the second half of the rule) . . .
div#itemListLeading div.catItemBlogView div.catItemHeader h3.catItemTitle {
font-size: 300%;
font-weight: 700;}
Then, at line 875, modify the “font-size” property as you like . . .
div.catItemHeader h3.catItemTitle {
font-size: 100%;
font-weight: 700;
margin: 3px 0 15px;}
Let me know if that works for you
1 user says Thank You to TomC for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
April 4, 2013 at 5:27 pm #488874This change the size of the main article and I like the original size. I need to change size in all the articles except the main one.
Thank you!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 4, 2013 at 5:37 pm #488875<em>@cantabriadeportiva 367571 wrote:</em><blockquote>This change the size of the main article and I like the original size. I need to change size in all the articles except the main one.
Thank you!</blockquote>
at line 881, you will see the following:
div#itemListLeading div.catItemHeader h3.catItemTitle {
font-size: 175%;
font-weight: 100;
}
Play around with the font-size property until you arrive at the size you like.
You can also play around with the font-weight property to make it “bolder” if you want.1 user says Thank You to TomC for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
April 5, 2013 at 6:35 pm #488992Solved, thank you!:)
-
AuthorPosts
This topic contains 12 replies, has 2 voices, and was last updated by TomC 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum