Home › Forums › Support › Amend Heading 6 Font in WordPress This topic has 5 replies, 2 voices, and was last updated 8 years, 2 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 3, 2015 at 11:26 am #118487 Craig Nicholson Hi was wondering if there was a way in which i could use GeneratePress to configure Heading 6 font and colour? when creating a page i see heading 6 is there but i can’t amend the heading in generate press anyone got any ideas how i can amend the heading 6 to black and font size 10? thanks July 3, 2015 at 11:26 am #118488 TomLead Developer Lead Developer You can use some super simple CSS for this: h6 { font-size: 10px; } July 3, 2015 at 11:28 am #118489 Craig Nicholson thanks tom and what do i add for making it black? i know the colour is #000000 but what should i add? thanks again July 3, 2015 at 11:29 am #118490 TomLead Developer Lead Developer This should do it: h6 { font-size: 10px; color: #000000; } July 3, 2015 at 11:30 am #118491 Craig Nicholson you’re awesome – resolved thanks mate July 3, 2015 at 11:30 am #118492 TomLead Developer Lead Developer Happy to help 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In