Parralax Title & Context Text

Hello,

I searched for the answer to this, however I wasn’t 100% sure whether the suggestions I had read were applicable to me. So … I’m checking again with you guys as you’ve helped out a lot in the past.

I would like to do both for title & context in the Parralax for FrontPage:

  • Increase the size
  • make bold
  • possibly change colour

Thanks in advance!

Steve

oh, website is www.explorercamps.com

hey there

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

.image-bg h1 {
color: white;
font-size: 71px;
font-weight: 800;
}
.image-bg p {
color: #fff;
font-size: 22px !important;
}

Thanks!
Colorlib Support Team