Make contact phone number bold

Support Area Forums Bottega Make contact phone number bold

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://66.147.242.199/~batchba1/
  • Author
    Posts
  • #38211
    Dandelion222
    Participant

    The font of the phone number (in the header) looks different from the rest of the navigation. My theory is that they are the same font but the phone number is regular and the navigation in bold. Do you agree? If so, how can I make that phone number bold as well?

    #38212
    Bill Robbins
    Moderator

    You’re welcome to modify the appearance of the phone number with CSS to fit your needs. Add this to the Custom CSS in the advanced section of your Theme Options page to modify it:

    
    #phone-number p {
    font-weight: 900;
    font-size: 18px;
    }
    

    You can play around with the size and weight and see if you find something you like.

    Take care,
    Bill

    #38215
    Dandelion222
    Participant

    Great! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Make contact phone number bold’ is closed to new replies.