How to make headlines in CSS smaller?
-
Hello there,
okay, I’m a complete newbie to CSS :D
Could somebody help me out by letting me know what snippet of code I need to paste into the CSS file in order to make the headlines smaller? :)
Many thanks,
FlorineThe blog I need help with is: (visible only to logged in users)
-
Hi there, Florine!
Dropping this code in your custom CSS area should do the trick:
.headline { font-size: 30px !important; }Then you just modify the 30px amount to be the size that you’d like.
Let me know if that doesn’t work!
Sage
- The topic ‘How to make headlines in CSS smaller?’ is closed to new replies.