I have question regarding changing of the font size.
How to change font size for menu and article titles? I tried to change in template.css but it does not work for me. Do you have any solution?
Of course I tried to change H1, H2, H3, H4. Currently it looks like:
- Code: Select all
h1 { font-size:280%; }
h2 { font-size:250%; }
h3 { font-size:135%; }
h4 { font-size:110%; }
h5 { font-size:100%; }
Changing of the percentages do not work. Size of the menus and titles remain the same.