Font in Appointment form looks different colours/sizes

Discussion in 'Appointway WordPress Theme' started by rosy, Jun 22, 2013.

  1. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    Hi the font on my appointment form appears different on the text field vs the dropdown list field (font is bigger there)...is the font size/colour coded differently - where can I find the area to make these identical?
    See screen capture below
    Thanks,
    Rosy
    [​IMG]
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You can edit dropdown listing field through code given below.

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

    Code:
    .appointment_form_wrapper .select_item select.inktext {
    color:your color value;
    font-family: your font type;
    }
     
  3. ja1nsa

    ja1nsa Member

    Joined:
    Jun 3, 2013
    Messages:
    57
    Likes Received:
    0
    Tried the above and works. Now I need the CSS for the text files as well please. Also the font size.

    Thanks
     
  4. Gourav

    Gourav Support Staff

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

    Can you please explain your problem with the help of screenshot, where you want to change the font and also share the link of your website, so that we can give you the exact solution.
     
  5. ja1nsa

    ja1nsa Member

    Joined:
    Jun 3, 2013
    Messages:
    57
    Likes Received:
    0
    The website is www.myalarmsystem.co.za as you can see the font for dropdown works nicely, the font in the other fields is too large. Also the message "paypal-image" is appearing.
     
  6. ja1nsa

    ja1nsa Member

    Joined:
    Jun 3, 2013
    Messages:
    57
    Likes Received:
    0
    Got to this easy enough ... Want to make "Book You Appointment" in #000000
    Price is still issue, meant to be R0.00 (but I have to choose a paypal currency, which is nuts if my country does not have paypal - ditto for message below "paypal-image"
     
  7. Piyush

    Piyush Support Staff

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

Share This Page