Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #580887

    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

    #581228

    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

    #581274

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Phone Number/Extra Info font family weight’ is closed to new replies.