Illd Jumbotron Want to create shaded box on Title?

Is there any way to create a shaded box around the title in the Jumbotron section? My background picture is a little bright and want the words to stand out against it in a light shaded or slightly transparent box.

Thanks!

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*Text shadow on header*/
#header.header-front-page .bottom-header h1 {
    text-shadow: 3px 3px rgba(23, 23, 23, 0.37);
}

Best Regards,
Support

Thanks! You all are great with support!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support