Help With Header Phone Number

Discussion in 'BizWay WordPress Theme' started by sweetdzexpress, Jan 20, 2015.

Thread Status:
Not open for further replies.
  1. sweetdzexpress

    sweetdzexpress New Member

    Joined:
    Oct 17, 2012
    Messages:
    23
    Likes Received:
    2
    Location:
    Arkansas
    Hello,

    I am updating a Bizway Pro.
    I have changed the logo and added a phone number to the right side.
    Web site is: http://sweetdzbakery.com/

    I used the code found here:
    http://www.inkthemes.com/community/threads/phone-number-on-homepage.11591/
    And instead of the "Enter your contact number and address here"

    I used "<b><a href="tel:+1800229933">Call Us (479) 553-7273</a><b>"

    What I would like help with is to figure out how to:
    1. increase the "Call Us phone number" font size to H2 or H3;
    2. Change the Call Us phone number text color to #7C297C
    3. Move the Call Us phone number to be centered in the header space (still to the right side), maybe centered of the logo.

    Your help is much appreciated.

    Thank you!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .contact_info {
    margin-top: 80px;
    font-size: 25px;
    }
     
    .contact_info a {
    color: #7C297C;
    }

    Thanks & Regards
    Pramod
     
  3. sweetdzexpress

    sweetdzexpress New Member

    Joined:
    Oct 17, 2012
    Messages:
    23
    Likes Received:
    2
    Location:
    Arkansas
    Thank you Pramod.
    That worked perfectly, exactly what I needed.
    And, I must say, it has been over a year since I asked a question in this forum; but, response is the same...FAST and great.
    Thanks again.
    Good Day.
     
    Pramod likes this.
Thread Status:
Not open for further replies.

Share This Page