Header font and color

Discussion in 'BizWay WordPress Theme' started by lklatt76, Mar 29, 2013.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    How do I change the text and color of text in my header in bizway theme?
     
  2. 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 text and color of text and also share the link of your website, so that we can give you the exact solution.
     
  3. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Here is a screenshot of my header. I am trying to change the font of the the business details, ie. address, phone number etc… Also I would like the phone number to stand out and bolded also…
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the General Settings panel (Appearance -> Theme Options -> General Settings) in your dashboard and paste the code given below in the Top Right Contact Details section.
    Code:
    <b>Enter your Phone Number here</b><br/>
    Enter the Name Here<br/>
    Enter your Email address here <br/>
    Enter your Address here 
    For Example: Like this
    Code:
    <b>(512)775-2591</b><br/>
    Jay Ortiz<br/>
    [email protected] <br/>
    Kyle, TX
    78640
    " <br/>" code is used to break the line and display the next text in the next line.

    And now,
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .call-us b {
    font-size: 30px;
    }
    .call-us p {
    font-family: verdana;
    font-size: 20px;
    color: red;
    }
    You can change the value of font-family, font-size and color as per your requirement.
    This will solve your issue.

    NOTE: Your are showing the screenshot of Local Business Theme and you have pasted the issue in BizWay Theme Thread so this is making ambiguity for us.
    Please paste your issue in their respective Thread so that Support will be easier and faster.
     

Share This Page