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.
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…
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.