Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23323

    The phone number as displayed on both the Home page and the Contact Us page is in blue. This can barely be seen with the background I have chosen (and wish to keep). How can I change the color of the phone number text displayed?

    #23324
    Arnel C
    Member

    Hello!

    Thanks for your question about changing the one element in the footer (the phone#).  This can be done with custom CSS.  For a general guide on how to do this, please review How to Use Google Chrome to Customize CSS in BoldGrid. In order to change the color, do the following:

    1.  Log in to the WP Administrator Dashboard
    2.  Click on Customize
    3.  Click on Advanced
    4.  Click on Custom JS & CSS
    5.  In the blank white box under Custom Theme CSS, add the following:
    .contact-block-3 {color:#f1f1f1 ;}

    6.  Click on Publish in order to save your change.

    The color change is based on the HTML #.  If you need help finding the color, please see  HTML Color Codes for further detail.  The CSS change is put in the custom section so that the customization is not lost should you perform an upgrade to the theme or BoldGrid software.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I change the color of the phone number text from blue to a lighter color?’ is closed to new replies.