Home Forums Claremont Pro Phone Title text line on header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9549
    Boris Gutierrez
    Participant

    Can you provide me with CSS to reduce the size of the text for the phone title text line on the header please.

    Thank you

     

    #9553
    Andy
    Keymaster
    .top-leadin {
        font-size: 22px;
    }

    Change 22px to whatever size you need.

    #9612
    Boris Gutierrez
    Participant

    Sorry. I actually need to reduce the size of the telephone number itself, which is the line beneath the title line.  Thanks

    #9617
    Andy
    Keymaster

    For the telephone number use this:

    .top-tel {
        font-size: 22px;
    }
    #9620
    Boris Gutierrez
    Participant

    Great.  Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Phone Title text line on header’ is closed to new replies.