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.

What css file is font kept in?

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

Hi there,
I want to change the font of <p>, <h2> etc. of the responsive2 template but I cannot find it in the css files. Could you please point me to the respective css file?
Thanks lots,
Paula
  • phughes450's Avatar
  • phughes450
  • 12 Month basic
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Paula,

You would customise rather than change the css files

docs.joomlabamboo.com/zen-grid-framework-4/theme/customisation

so you would add a line targeting the div

for example

h1, h2, h3, h4, h5, h6 {font-size:24px;} would change most of the article heading tags

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If stuck point out the elements you want to change on your site (including a website link would be best) and I will help you

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul,
I would rather target the font type directly in the CSS file.
All fonts should be stored in a CSS file somewhere so if you could just tell me which file / where that file is, that would be great.
The website I am working on is; nat.loversforlife.ie/
Thanks again,
Paula
  • phughes450's Avatar
  • phughes450
  • 12 Month basic
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Paula,

There are global styles which are in the template admin settings that you can change there and some in the theme css files

If you change the theme css file you will likely lose those changes on compile and on template update

Also looking at the site - you have inline styling applying that would override any external css change

<li><span style="font-size: 12.16px; line-height: 1.3em;">Ericksonian Therapy, </span></li>

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
So to summarise I would take advantage of using the custom.css file

if stuck add pics with arrows pointing to the elements you want to change
  • 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