Heading Fonts Larger after update 3.10.10

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
guy_in_ohio
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Sat Aug 11, 2012 9:44 pm

Heading Fonts Larger after update 3.10.10

Post by guy_in_ohio » Mon Jul 11, 2022 10:35 pm

Hello,

I updated to 3.10.10 and now all the heading are much larger. How do I globally change this so they are smaller again?

Thanks!
Last edited by toivo on Tue Jul 12, 2022 12:47 am, edited 1 time in total.
Reason: mod note: moved from 3.x General Questions

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17439
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Heading Fonts Larger after update 3.10.10

Post by toivo » Tue Jul 12, 2022 1:46 am

Which template does the website use?
Toivo Talikka, Global Moderator

guy_in_ohio
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Sat Aug 11, 2012 9:44 pm

Re: Heading Fonts Larger after update 3.10.10

Post by guy_in_ohio » Thu Jul 14, 2022 11:24 pm

OSTraining: Breeze

User avatar
AMurray
Joomla! Exemplar
Joomla! Exemplar
Posts: 9739
Joined: Sat Feb 13, 2010 7:35 am
Location: Australia

Re: Heading Fonts Larger after update 3.10.10

Post by AMurray » Fri Jul 15, 2022 11:28 pm

I can't view a demo of the template...so can you provide a link to your site?

Tell us what size you think the headings should be as to what they actually are.

Things like that can usually be adjusted in CSS.

E.g. in your user.css file (or whatever the Breeze equivalent is, assuming it is 'user.css'), you can set your headings "<h1>" to a certain font size. and <h2> and so forth.
Regards - A Murray
General Support Moderator

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: Heading Fonts Larger after update 3.10.10

Post by sozzled » Sat Jul 16, 2022 12:17 am

guy_in_ohio wrote:
Mon Jul 11, 2022 10:35 pm
I updated to 3.10.10 and now all the heading are much larger. How do I globally change this so they are smaller again?
I assume you have not adjusted the zoom factor in your web browser and that you have read viewtopic.php?f=713&t=986948

Unless you have changed the CSS in this template's template.css file—that would explain why any custom changes (e.g. reducing <hn> font sizes) that you may have made have been lost with the update—custom changes should be preserved after updating from one version of J! to another.

guy_in_ohio
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Sat Aug 11, 2012 9:44 pm

Re: Heading Fonts Larger after update 3.10.10

Post by guy_in_ohio » Sat Jul 16, 2022 10:48 am

It's been a long time since I've looked at this sites css files. Where would I find the user.css file? Under /css/template.css I see a font-awesome folder, template.css and mobliemenu.css.

I'm not zoomed in and I made no changes other than the update. Thanks your all of your help.

guy_in_ohio
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Sat Aug 11, 2012 9:44 pm

Re: Heading Fonts Larger after update 3.10.10

Post by guy_in_ohio » Sat Jul 16, 2022 10:52 am

So make the changes here?

h1 {
font-size: 35.75px;
}
h2 {
font-size: 29.25px;
}
h3 {
font-size: 22.75px;
}
h4 {
font-size: 16.25px;
}
h5 {
font-size: 13px;
}
h6 {
font-size: 11.05px;
}
h1 small {
font-size: 22.75px;
}
h2 small {
font-size: 16.25px;
}
h3 small {
font-size: 13px;
}
h4 small {
font-size: 13px;
}

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: Heading Fonts Larger after update 3.10.10

Post by sozzled » Sat Jul 16, 2022 11:20 am

Do not change originally-supplied files (e.g. template.css). You need to create a file named user.css. See how to do this by reading https://ltheme.com/create-custom-css-with-cassiopeia/ and adapt as needed to OS Breeze template ... then add what you need to that custom CSS file. Got that? 8)

guy_in_ohio
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Sat Aug 11, 2012 9:44 pm

Re: Heading Fonts Larger after update 3.10.10

Post by guy_in_ohio » Mon Jul 18, 2022 11:28 am

Ok. I have a user.css. I'm unsure about what to do next.
You do not have the required permissions to view the files attached to this post.

guy_in_ohio
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Sat Aug 11, 2012 9:44 pm

Re: Heading Fonts Larger after update 3.10.10

Post by guy_in_ohio » Sat Jul 23, 2022 12:28 pm

I have tried putting the user.css in many different directories and it does nothing.

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: Heading Fonts Larger after update 3.10.10

Post by sozzled » Sat Jul 23, 2022 12:39 pm

"It does nothing" ???

Link to the target website, please. Let's see what you've done and where you've placed things.

I have no direct experience with OS Training templates; most of us wouldn't know anything about this Breeze templates. Where does OS Training suggest you should create your own custom CSS?

I think we should also look at your Forum Post Assistant report. Maybe you have some problem-causing extension (e.g. JCH Optimize) that's affecting your CSS? I'm now just guessing. :pop

guy_in_ohio
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Sat Aug 11, 2012 9:44 pm

Re: Heading Fonts Larger after update 3.10.10

Post by guy_in_ohio » Sat Jul 23, 2022 12:48 pm


sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: Heading Fonts Larger after update 3.10.10

Post by sozzled » Sat Jul 23, 2022 12:57 pm

The OS Training template used on your website does not load the file ../templates/ostrainingbreeze/css/user.css. You need to ask OS Training where they recommend you should write your own custom CSS. As I wrote before, I don't know anything about these templates.

guy_in_ohio
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Sat Aug 11, 2012 9:44 pm

Re: Heading Fonts Larger after update 3.10.10

Post by guy_in_ohio » Sat Jul 23, 2022 1:02 pm

Ok. Thanks.


Locked

Return to “Templates for Joomla! 3.x”