I've read several threads asking the same question and tested several css codes that were suggested. None of them worked. I just want to make the font size of the "normal" text in my footer smaller- maybe 9 or 10px. I'm using the basil template.
Since the footer in Basil is divided into a few sections, you'll need to make sure you're targeting the one your text is in. For example, if you're updating normal text in the bottom footer, this CSS
Question
jessicajvernon 0
I've read several threads asking the same question and tested several css codes that were suggested. None of them worked. I just want to make the font size of the "normal" text in my footer smaller- maybe 9 or 10px. I'm using the basil template.
Here's what I've tried thus far: #footer { font-size: 0.75em; }
#footer { p {font-size: 10px} h1 {font-size: 14px} h2 {font-size: 12px} h3 {font-size: 10px} a {font-size: 10px} }
#footer { p {font-size: 10px !important} h1 {font-size: 14px !important} h2 {font-size: 12px !important} h3 {font-size: 10px !important} a {font-size: 10px !important} }
Thanks for your solutions!
Edited by jessicajvernonInitial Revision
Link to post
Top Posters For This Question
2
2
1
Popular Days
Oct 13
3
Oct 21
1
Oct 23
1
Top Posters For This Question
jessicajvernon 2 posts
Jo_SQSP 2 posts
Awake_Amber 1 post
Popular Days
Oct 13 2017
3 posts
Oct 21 2017
1 post
Oct 23 2018
1 post
Popular Posts
Jo_SQSP
Since the footer in Basil is divided into a few sections, you'll need to make sure you're targeting the one your text is in. For example, if you're updating normal text in the bottom footer, this CSS
Jo_SQSP
Actually, you could also just capitalize 'footer' to target the whole area: Footer p { font-size: 8px; }
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment