Minifrontpage cannot change header tag
- Posted by Faustino (2) Offline
I want to change the font size of the article title which is to big.
I use J4.2.8 with minifrontpage 4.0. I cannot change the header tag (headline of the article) at systems, site module, extension.
E.g. from h3 to h4. Nothing happens.
How can I change the font size of the article title?
1 year 9 months ago - 1 year 9 months ago #1
by Faustino
I use J4.2.8 with minifrontpage 4.0. I cannot change the header tag (headline of the article) at systems, site module, extension.
E.g. from h3 to h4. Nothing happens.
How can I change the font size of the article title?
Last edit: 1 year 9 months ago by Faustino.
The topic has been marked as resolved.
- Posted by TemplatePlazza (5260) Offline
Hi, did you mean you wan to change the html tag for the article title / link? The Header Tag setting is for the module header, not for the article headline btw.
To change title tag you can do a template override (please follow this video if you don't know how to create a template override) :
then if you use default theme find this code
change h4 with h3 or anything you want
1 year 9 months ago - 1 year 9 months ago #2
by TemplatePlazza
To change title tag you can do a template override (please follow this video if you don't know how to create a template override) :
then if you use default theme find this code
<h4 class="mfp_default_title">
change h4 with h3 or anything you want
Last edit: 1 year 9 months ago by TemplatePlazza.
The topic has been marked as resolved.
- Posted by Faustino (2) Offline
The topic has been marked as resolved.