Shape 5

Joomla Templates => BlogBox - Club => : philament January 19, 2017, 04:10:04 AM



: Change title page in H1
: philament January 19, 2017, 04:10:04 AM
Hello,

How to change the title of pages/article h2 to h1 without changing the current aspect.
If I set (Joomla menu) so that the h1 is at the top of the page, then the aspect of the title changes and is much less beautiful.

Thank you in advance for your advice and indications.

Best regrads
Phil,


: Re: Change title page in H1
: philament January 19, 2017, 09:35:19 AM
I could already modify the file defaut.php / article by the subtistution.
My article went from h2 to h1 but I do not find the h2 style that there was.
I copied this:
:
.item-page .page-header h1, .cols-1 .item-title, .item .page-header h1, .items-leading h1 {
text-align:center;
margin-bottom:60px;
margin-top:40px;
}
In the custom file and I almost find the style and I miss the h2 font.
The h2 font is that of articles in blog mode here:: 3w.coutureonline.fr/le-book-photo-couture-online.html
Thank you for telling me if I did well

What would be the synthax to place in costom?

Sorry for my approximate English I use the translator to help me

Regards,


: Re: Change title page in H1
: mikek January 19, 2017, 09:02:25 PM
Hello,

H2 and H1 and are defined inside of template.css. We don't provide support on modifying core Joomla files, they are intended to be H2's, and I would not recommend changing this or it will cause an issue with Joomla updates, unless you make an override.


: Re: Change title page in H1
: philament January 20, 2017, 05:16:37 AM
Hello,
Thank you for your reply.
Indeed I use the override and file custom.css to make some modification.
I understand for your support limit but you can tell me which file is managed the h2 font? Because it is not managed in template.css

thanks in advance

Regards


: Re: Change title page in H1
: mikek January 20, 2017, 06:35:46 PM
Hello,

That's the highlight font that is controlled under the Theme Specific tab in the template configuration, and is outputted towards the top of the index.php file.