Ahoy
I’m trying to change the weight of the Header Phone Number/Extra Info text to Source Sans Pro 200
also
any way to move the “>> Pacific Flyway” text centered between the top and bottom. I need the Audubon text to not move.
Please Advise
Hey mcraig77!
Please add following code to Quick CSS
.phone-info * {
font-family: 'Source Sans Pro', sans-serif!important;
font-weight: 200;
font-size: 24px!important;
}
.phone-info a img {
top: 5px;
position: relative;
}
Cheers!
Yigit
Thanks!