Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

big size of letters in header

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Image are changing their size perfect but size of letters in header is very big and not changing size on main page.
How to change size of letters in header ?

Thanks a lot for your help
  • Crystall's Avatar
  • Crystall
  • 3 Month Basic
  • 12 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

For this really need a link - are you able to add one for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
hello
for normal title size I changed :

/templates/moments/local/css/template.css

h2 {
font-size: 25.2px;
line-height: 36px;
}
  • Crystall's Avatar
  • Crystall
  • 3 Month Basic
  • 12 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

With the style you need to add css you want to change to the custom.css file

With changing template.css if you compile less to css in the template this will be erased
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Custom css is new css code you add to your site
its either - new css code or css code to overide an existing template styling

The file it needs to be added to is called custom_rename_to_custom.css or if renamed custom.css (for the file to work it needs to be called custom.css) - this file is protected from being overwritten by template updates

The path to the file is
\templates\template name\css\custom_rename_to_custom.css

via the joomla backend the path is

extensions tab > template manager > Templates (top left in Joomla 3) > "template name" details and files > Edit css/custom_rename_to_custom.css
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I've pasted some information about the custom.css

If you need more information please get back to me

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers