Move location of Jumbotron Text on front page

On the front page, the text that says Clean . Slick . Pixel . Perfect

How do i change its position. also can i add some type of effect such as a shadow. I cannot find the CSS for the site and so I do not know how to edit it myself.

Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to add a shadow and change the position by going to Appearance > Customize > Additional CSS and pasting it there.

/*Shadow and position of jumbotron text*/
#header .bottom-header h1 {
    box-shadow: 3px 3px 5px 6px #ccc;
    position: relative;
}

Best Regards,
Support