How to increase the size and change the colour of the text in the heading

Hi Guys

Can you have a look at this site
http://aiofp.breakawaycreative.com.au/

I want to change the colour of the phone number in the header and also make it larger?

Thanks for your help.

Kay

Hey Kay,

You should be able to change the text color under Header > Header Style > Header Text Color. For the font size, you’ll have to add this CSS snippet and change it accordingly.

.fl-page .fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
  font-size: 20px;
}

Ben