-
AuthorPosts
-
October 8, 2012 at 5:35 pm #181275
Does anyone know how to change the font size of featured article titles?
The titles look nice and large in a separate page of articles:
http://www.eaststreetpilates.com/index.php/news
But the featured articles on the main page – the titles look much smaller:
http://www.eaststreetpilates.com/
I used firebug and found the titles pointing to <h2 class=”contentheading”> but that seems to cover everything. I only want to enlarge the titles of featured articles.
Thanks!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 9, 2012 at 8:08 am #469514Hi bommerts,
You could open file: templatesja_purity_ii (your default template)csstemplate.css, at line 597 (it maybe different from yours), there should be css code like:
.blog-featured .contentheading {
font-size: 125%; <<< you can increase this value
}
Once done, clean T3 cache.Hope this helps.
1 user says Thank You to Saguaros for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 9, 2012 at 8:26 am #469516You can disable this script below
<blockquote>Open templates/ja_purity_ii/csstemplate.css file</blockquote>
find
.blog-featured .contentheading { font-size: 125%; }
change to
/*.blog-featured .contentheading { font-size: 125%; }*/
1 user says Thank You to Ninja Lead for this useful post
October 10, 2012 at 11:37 am #469638Thanks guys – I’ll try them both! Really appreciate it! How do I then set the font size after disabling the script?
Any idea how to center the article titles, too? We want to give this a try for looks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 12, 2012 at 5:30 am #469860You can disable script format with format
<blockquote>!important</blockquote>
If you want article titles center
<blockquote>Open templates/ja_purity_ii/css/template.css file</blockquote>
.blog-featured .contentheading {
/*font-size: 125%;*/
text-align: center !important;
}1 user says Thank You to Ninja Lead for this useful post
October 12, 2012 at 1:14 pm #469926I took a stab at this and here’s what worked:
To 1) disable the font-size script, 2) then enlarge the titles, and 3) center the titles, I changed my css to:
.blog-featured .contentheading {
font-size: 200%;
text-align: center !important;
}It works, but did I miss anything? I ask because I don’t think I disabled the script as you suggested.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by bommerts 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum