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

    How do I change the font size & color in the header section for phone number and small text?

    #269320

    Hey!

    Try adding this code to the Quick CSS:

    .phone-info{
    color: red;
    font-size: 28px;
    }

    Change as needed.

    Cheers! 
    Josue

    #529530

    I had to use this to get it to work:

    .header_color .phone-info { 
       font-size: 15px; 
    } 
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Edit phone number font size/color’ is closed to new replies.