Changing specific parallax font size

Hello, I am trying to make my font size match the size of the widget above it. The goal is to also center the text above the button to visit the website. The widget with the goal font size says Mudtribe, and the widget I am looking to change says cowboy lifestyle. Thank you!

https://www.showstopmedia.com

hey there

Hope you are having a good day and thank you for your question :slight_smile:
\Please add this CSS in appearance - customize - additional CSS

#shapely_home_parallax-5 h3 {
font-size: 60px;
font-weight: 400;
text-align: center;
}

Thanks!
Colorlib Support Team

Hey! It’s pretty close, but is there a way to add more padding between the words? Right now they are clipping into each other. I’ve tried the padding css variable but I can’t quite get it to work right.

Thank you!

Hi there

Sorry for the delay,
Yes you can lets update the code:

#shapely_home_parallax-5 h3 {
font-size: 60px;
font-weight: 400;
text-align: center;
padding:10px 0px;
}