Forum Replies Created
-
AuthorPosts
-
February 12, 2017 at 7:07 pm in reply to: How do I uncap my H3 fonts and reduce the font size? #201025
YvonneOh
MemberThanks, the code worked.
February 10, 2017 at 7:42 am in reply to: How do I uncap my H3 fonts and reduce the font size? #200909YvonneOh
MemberDo you mean like this?
/* Headings
--------------------------------------------- */h1,
h2,
h4,
h5,
h6 {
text-transform: uppercase;
}
font-family: 'EB Garamond', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100;
letter-spacing: 1px;
line-height: 1.25;
margin: 0;
margin-bottom: 10px;
padding: 0;
}It doesn't seem to be working. Did I modify the code wrongly?
February 10, 2017 at 1:55 am in reply to: How do I uncap my H3 fonts and reduce the font size? #200892YvonneOh
MemberI found this:
/* Headings
--------------------------------------------- */h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'EB Garamond', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100;
letter-spacing: 1px;
line-height: 1.25;
margin: 0;
margin-bottom: 10px;
padding: 0;
text-transform: uppercase;
}h1 {
font-size: 42px;
}h2 {
font-size: 36px;
}h3 {
font-size: 23px;I changed the h3 font size to 23px (it was originally 26px) but it's still looking the same. How do I uncap the H3 fonts?
February 5, 2017 at 9:38 am in reply to: How do I resize images without using Regenerate Thumbnails? #200587YvonneOh
MemberYes, 730 is the size of my featured images right now. So if I want the pictures to be clear, I have to resize them manually?
YvonneOh
MemberHi Brad,
Earlier, I accidentally added the CSS into the customize.php file. I've added it into the child theme's style.css file now. Thanks for your help.
YvonneOh
MemberThanks for your reply. I used the above code but the text remains grey. You can see a sample post here: https://souperdiaries.com/tiger-thermal-magic-cooker-review/
Btw, why is my child theme's style.css file blank? I just bought the child theme 2 days ago. Is it supposed to be blank?
-
AuthorPosts