Heading and sub-heading font on book details page too large

Started by pro, 06 July 2011, 06:01:15

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

pro

Congratulations for an excellent book library Joomla component!

I just have a question regarding the font size of the heading and sub-heading on the book details display page. The font is too large and I would like to make the heading and sub-heading fonts a bit smaller. How can I fix it?

Here is the link to the relevant page on our website:
http://www.mccv.org.au/index.php?option=com_abook&view=book&catid=1%3Amaltese-in-australia&id=2%3Aunder-one-umbrella&Itemid=188

Many thanks.

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

Thanks for the compliments.
You must set up <small> tag in your css with a smaller font.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

pro

Quote from: federica on 11 July 2011, 09:21:53
Thanks for the compliments.
You must set up <small> tag in your css with a smaller font.

Thanks for your reply.

Would you please elaborate on how I set up the <small> tag in my css?
(a) Which css file do I need to modify? Is it the style.css file under /components/com_abook/css folder?
(b) What change do I need to make to the file?

Thanks again for your help.


federica

Hello pro,
you can modify the css of your template. It is not good to modify the css of components.
To change the title search the selector ".componentheading" and change the properties as you like.
To change the subtitle create the selector ".componentheading small" and set the properties as you like.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

pro

Quote from: federica on 20 July 2011, 20:24:56
Hello pro,
you can modify the css of your template. It is not good to modify the css of components.
To change the title search the selector ".componentheading" and change the properties as you like.
To change the subtitle create the selector ".componentheading small" and set the properties as you like.

Thank you very much for your help, Federica. It worked perfectly. Much appreciated. Ciao!  :)