Adding Custom CSS

I'm not quite sure how to do this. I want to change how blockquote looks as its too small and doesn't really stand out, which Id like it to do.

When I go to custom CSS I see this at the end:

@media only screen and (max-width: 767px) {

.content-home {
    display:none;
}
}


Therefore what do i need to add and where does it go? What I want to do ideally is make the blockquote font bigger and the text and speechmarks overlap so id like it not to overlap. And if its no too difficult Id like the speech marks to be a different colour too.

Can anyone help? :-)

Comments

Sign In or Register to comment.