Jumbotron: Body Copy size change

Hello!

I wondered what CSS code I would need to add to the CSS Editor to be able to change the size of the intro text? I don’t want to change the rest of the body copy text on the homepage- just the jumbotron text.

Thanks!
Hannah

Hello,

Try this code, it should do the trick:

#header .bottom-header p{
font-size: 20px;
}

Regards

Perfect! thank you so much!
Hannah