Remove the BLOG. on homepage

Hello,

This is probably a very simply fix but I’m new to website creation so please bare with me!

I removed the big yellow BLOG. or ARCHIVE. in the middle of the screen just by placing a [space] where the text goes but there’s still a big yellow period there. How do I remove this as well? Not the biggest deal and I actually put a ( in the jumbotron editing section so it almost looks like a smiley face lol

I love Illdy though it’s a great theme!

Thank you for your help!

Drew

Hi @charityowl,

Use this css code to remove the blog headline:

#header .bottom-header h2 {
display:none;
}

Thanks,

Cristian