Changing background color on top (behind Appointway text)

Discussion in 'Appointway WordPress Theme' started by miramaracu, Jan 24, 2014.

  1. miramaracu

    miramaracu New Member

    Joined:
    Jan 24, 2014
    Messages:
    9
    Likes Received:
    0
    Hi, we created a custom logo for our business and we just bought the Appointway theme. As I am setting it up, I realized that none of the colors match well with our logo (purple/gray/black). Is there anyway to change the background color to white?




     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .header_container {
    background: #fff;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. miramaracu

    miramaracu New Member

    Joined:
    Jan 24, 2014
    Messages:
    9
    Likes Received:
    0
    Hi Gourav,
    thank you, but now that the top background is white. The phone number (which has been WHITE) on the top right side will not show up. Anyway to change the color for the phone numbers?
    thanks.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. miramaracu

    miramaracu New Member

    Joined:
    Jan 24, 2014
    Messages:
    9
    Likes Received:
    0
    Hi Piyush,

    The website is shantiacu.com, if you look at the top right corner, next to the "phone icon", you can see that the phone numbers are white, so it's not showing up on white background. So i would like to change the color of the phone number. Maybe to either purple or black

    Dont see the option for me to insert screen shots, so please go to shantiacu.com and look on the top right for the phone icon

    thanks
     
  6. miramaracu

    miramaracu New Member

    Joined:
    Jan 24, 2014
    Messages:
    9
    Likes Received:
    0
    ok, i just found way to upload file, so here's the image. I highlighted the phone number, so you can see, but on the website it is in white right now.
    thanks website screen shot (shantiacu.com).png
     
  7. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .call-us p {
    color: purple;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  8. miramaracu

    miramaracu New Member

    Joined:
    Jan 24, 2014
    Messages:
    9
    Likes Received:
    0
    Thank you Gourav, I have some more quesitons:

    1. On the Home page, the side bar area: Where it says Hours. I entered my information, but the texts are all wrapped together without any spacing. I would like to make it look like this:

    Mon,Wed, Fri: 9:00am- 4:30pm; 5:30pm-9:30pm

    Tues,Thur: 5:00pm- 9:00pm

    Saturday: By Appointment Only

    Sunday: Closed

    While Appointments are recommended to reduce wait time, we are always available for walk-in treatments (no appointments necessary) on Monday, Wednesday, and Friday from 10am-4:00pm


    2. Also, on the phone number color on the top. I was able to change it to "purple" or "black" by changing the name in the CSS code. Any way to make the text larger?
    *With that said, how about the size of the "phone" icon? Can that be larger too?

    thank you!
     
  9. miramaracu

    miramaracu New Member

    Joined:
    Jan 24, 2014
    Messages:
    9
    Likes Received:
    0
    Sorry, hit sent too fast. Here's my 3rd question:

    On the Home page, the side bar for "Appointment" - The "fill-in" areas and the "selections areas" are all showing in a very light text color, it is very difficult to see clearly. Anyway to change the color so it's visible?

    thanks,
     
  10. Gourav

    Gourav Support Staff

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

    1. Use line break tag were you want to break the line

    For example
    Code:
     <br>
    2.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .call-us p {
    font-size: 26px;
    } 
    3.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .appointment_wrapper .appointment_form_wrapper input[type="text"], .appointment_wrapper .appointment_form_wrapper input[type="email"] {
    color: red;
    }
    .appointment_form_wrapper .select_item select.inktext {
    color: red;
    }
    #aptmessage {
    color: red;
    }
     

    Thanks & Regards
    Gourav Shrivastava
     
  11. miramaracu

    miramaracu New Member

    Joined:
    Jan 24, 2014
    Messages:
    9
    Likes Received:
    0
    Hi Gourav,
    Thanks, few more questions:

    1. I still cannot break the line using <br>, because i don't know what else to type. Please see the screen below:
    I dont know how to break it like I show you above.
    Hours (image).png

    2. When I view the website (shantiacu.com) on my iphone, the phone number next to "Call Now" is white, so you cannot see the phone numbers.
    *where on the website is showing black.
    mobile phone image (phone number not showing).png
     
  12. Gourav

    Gourav Support Staff

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

    1. Go to
    Appearance > Theme Option > Home Page Feature Sidebar > Timing Description

    and replace current text with text given below

    Code:
     M,W, F: 9:00am- 4:30pm; 5:30pm-9:30pm<br><br> Tue,Thur: 5:00pm- 9:00pm<br><br> Saturday: By Appointment Only <br><br>Sunday: Closed <br><br>While Appointments are recommended to reduce wait time, we are always available for walk-in treatments (no appointments necessary) on Monday, Wednesday, and Friday from 10am-4:00pm

    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_sidebar .feature_addressbar ul li span.content {
    width: 280px;
    } 
    2. We have checked your website and it is working fine, I think it is a cache issue, So please check your website in another browser and clear your device cache.This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page