- This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Phone Title text line on header’ is closed to new replies.
Home › Forums › Claremont Pro › Phone Title text line on header
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
.top-leadin {
font-size: 22px;
}
Change 22px to whatever size you need.
Sorry. I actually need to reduce the size of the telephone number itself, which is the line beneath the title line. Thanks
For the telephone number use this:
.top-tel {
font-size: 22px;
}
Great. Thanks