Local Business Theme Help

Discussion in 'Local Business WordPress Theme' started by april2012, Aug 8, 2013.

  1. april2012

    april2012 New Member

    Joined:
    Jul 21, 2013
    Messages:
    3
    Likes Received:
    0
    Hello,

    I have set up the Local Business theme for a friend of mine, but they want a few changes. I have searched the forum and wasn't able to find the answers that I need. Can you help me with the following:

    The site I am working with is:
    http://whoopiedoo.dddd123.com (I plan to transfer the files to their URL when I am done)

    1. Can I change the theme to black?
    2. If not, how can I change the menu / navigation bar to black?
    3. Also, how can I change the lead capture form to black?
    4. Can I add more fields to the lead capture form?
    5. How do I make hyperlinks blue in pages / posts, but leave hyperlinks for menu the white color?


    I am also working on a lead generation site at http://vancouverplumbingpro.com

    I have a few questions about this as well.
    1. The bottom footer portion where I have added the cities, a map, etc -- it shows a ton of gray space at the end. Is there anyway to bring that up? I want the gray to end right after.
    2. I need to change how the title looks in the Google search engines. Right now it just gives the name of Water Heater Repair Vancouver WA -- but I want to add the phone number as well. Where can I do this? I have tried in the theme where it says SEO, as well as a SEO plugin and neither work. Please let me know.
    3. I was also wondering if there is a way that I take off the "Read More" button in the featured section. (right now I am not using it, but I'd like to if I am able to get rid of that).

    I think that is all for now. Thank you for your reply.
    April
     
  2. Gourav

    Gourav Support Staff

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

    For your first site (http://whoopiedoo.dddd123.com) issues

    # For changing theme color, Go to css > color > blue.css and follow the instruction as shown in image given below

    2013-08-09_1622.png


    # It is not possible to add more fields to the lead capture form.

    #For changing the color of hyperlinks, Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_content a{
    color:blue;
    }
    .fullwidth a {
    color: blue;
    }
    .content-bar a {
    color: blue;
    }
    


    For your second site (http://vancouverplumbingpro.com) issues

    # For your first issue

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

    Code:
    .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    }
     
    div.wpcf7 {
    height: 400px;
    }
    

    #For your second issue

    We have checked your website and your title is already showing phone no. and google take some time to fetch it.

    #For your third issue

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

    Code:
    .feature_contentbox a.readmore{
    display:none;
    }

    This will solve your issue.
     
  3. april2012

    april2012 New Member

    Joined:
    Jul 21, 2013
    Messages:
    3
    Likes Received:
    0
    Thank you for your quick reply.

    For http://whoopiedoo.dddd123.com/ they have actually decided to change the lead capture form color instead of the theme. 1. How can I do that?

    2. Also how do I change the font throughout the site? They would like Tahoma. I have added the following, would this be correct:

    body {
    font-family: tahoma;
    }

    I am trying to put columns in on one of the pages. I added a couple of plugins, but they are not working. 3. Is there a certain plugin that works with this theme?
     
  4. april2012

    april2012 New Member

    Joined:
    Jul 21, 2013
    Messages:
    3
    Likes Received:
    0
    I have figured out how to put columns in from doing a search in the forum, but it isn't working the way that I want it too.

    I am trying to use the columns on this page http://whoopiedoo.dddd123.com/customize/

    I would like the titles of Birthday Parties! & Holidays! and directly underneath the pictures. For some reason when I put the pictures they keep going under one another. Here is how I have set up the column shortcodes. Please let me know if I have done this correctly:

    [col2]Birthday Parties![/col2][col2_last] Holidays!
    [col2][​IMG] [/col2][col2_last]
    I have 4 rows for the left column. Also, is there anyway that I can center the titles?
    Thank you,​
    April​
     
  5. Nitesh

    Nitesh Support Staff

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


    To change site font
    Include this code too
    Code:
    h1, h2, h3, h4, h5, h6 {
    font-family: tahoma;
    }
    .footer-wrapper .footer h4 {
    font-family: tahoma;
    }

    For lead capture form
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signup .signupform input[type="text"] {
    border: solid 1px your color value;
    }
    .signup .signupform textarea {
    border: solid 1px your color value;
    }
    [SIZE=12px][FONT=Consolas][COLOR=#888888][COLOR=#222222].signup[/COLOR][/COLOR][/FONT][/SIZE][SIZE=12px][FONT=Consolas][COLOR=#222222] {[/COLOR][/FONT][/SIZE]
    border: solid 1px your color value;
    }
     

Share This Page