I need to edit the phone number in the header to a larger bolder font and change the colour.
Hey!
Try adding this code to the Quick CSS:
.phone-info {
font-size: 24px;
color: red !important;
}
Adjust as needed.
Cheers!
Josue
Thanks :)