-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 24, 2016 at 7:12 pm #889929Hi there
You can easily change it from layout files
1) open this file /templates/ja_teline_v/html/layouts/joomla/content/item/default.php and change
<?php echo JLayoutHelper::render('joomla.content.item_title', array('item' => $item, 'params' => $params, 'title-tag'=>'h1')); ?>
TO:
<?php echo JLayoutHelper::render('joomla.content.item_title', array('item' => $item, 'params' => $params, 'title-tag'=>'h2')); ?>
2) could you explain with more details what you want to change exactly ?
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 24, 2016 at 8:43 pm #889957Hi there
You can find fonts settings into template.css file starting from line 644
you can copy each setting into custom.css file and change its value
for example
.fs-medium h1, .fs-smaller h1, .fs-small h1, .fs-big h1, .fs-bigger h1, .fs-medium .h1, .fs-smaller .h1, .fs-small .h1, .fs-big .h1, .fs-bigger .h1 { font-size: 257%; }
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 24, 2016 at 10:03 pm #889973Dear @pavit,
I did it, but it’s not working…F.
Dear @fbernardello
Since you are overriding a template.css with a custom.css file you should assign to the code into custom.css file a priority like !important;so the change become
.fs-medium h1, .fs-smaller h1, .fs-small h1, .fs-big h1, .fs-bigger h1, .fs-medium .h1, .fs-smaller .h1, .fs-small .h1, .fs-big .h1, .fs-bigger .h1 { font-size: 57%!important; }
If you want to assign a 57% value
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by fbernardello 8 years, 8 months ago.
The topic ‘Change title CSS formatting’ is closed to new replies.
Change title CSS formatting
Viewing 6 posts - 1 through 6 (of 6 total)