Increase phone number size in top right and add address

Discussion in 'Infoway WordPress Theme' started by karenmitchell, Mar 20, 2013.

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

    karenmitchell Guest

    Joined:
    Mar 15, 2013
    Messages:
    1
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to

    Appearance > Theme Option > General Settings > Top Right Contact Details

    and add code given below

    Code:
    <b>Enter your contact detail here</b><br><br>Enter your email address or physical address here

    Now,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header .contactinfo span.calldetails b {
    color: red;
    }
     
  3. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    Is there a way to make the font smaller?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please explain your problem with the help of screenshot, where you want to change the size of font and also share the link of your website, so that we can give you the exact solution.
     
  5. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    The site is currently under construction at the moment but please see screen shot. I want to make the phone icon and phone number smaller. Please advise.
     

    Attached Files:

  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .contactinfo span.calldetails {
    font-size: 13px;
    }
    .header .contactinfo img {
    width: 4%;
    }
    
     
  7. tpsarkis

    tpsarkis Member

    Joined:
    Oct 18, 2012
    Messages:
    55
    Likes Received:
    0
    Can someone please answer the original question of how to increase the phone number size as I have lost this customisation through the latest updat.
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .call-us {
    font-size: 20px;
    }
     
  9. tpsarkis

    tpsarkis Member

    Joined:
    Oct 18, 2012
    Messages:
    55
    Likes Received:
    0
    Hi Gourav
    Thanks for the help but the number is not aligning to the right.
    Can you help me get the number to align correctly because I have not added any code to align it.
    http://brightonsmiles.net
     
  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .call-us {
    text-align: right;
    }
     
  11. tpsarkis

    tpsarkis Member

    Joined:
    Oct 18, 2012
    Messages:
    55
    Likes Received:
    0
    Fantastic Gourav.:)

    Thanks
     
Thread Status:
Not open for further replies.

Share This Page