Home page changes

Discussion in 'ColorWay WordPress Theme' started by mleatherman, Sep 30, 2013.

  1. mleatherman

    mleatherman New Member

    Joined:
    Sep 12, 2013
    Messages:
    23
    Likes Received:
    0
    Hello,
    1. How do I change the font for the Home Page Intro? It is too large !!
    2. How do I change the font and Center the 1st,2nd,3rd,4th Feature content under the pictures?
    3. How do I remove the buttons at the bottom of Contact Us page? Are these automatically there because I'm using the Colorway Contact page? I don't want them there...
    If you enjoyed this article please consider sharing it![​IMG]
    Thanks
     
  2. Piyush

    Piyush Support Staff

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

    1. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .content-info h1.title {
    font-size: 20px;
    }
    
    You can adjust the value of "font-size" as per your requirement.
    This will change font size of Home Page Intro.

    2. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #content .one_fourth h3 {
    font-size: 18px;
    text-align: center;
    }
    .one_fourth p {
    font-size: 12px;
    text-align: center;
    }
    
    You can adjust the value of "font-size" as per your requirement.
    This will change the font and Center the 1st,2nd,3rd,4th Feature content under the pictures.

    3. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .content-wrap .social_link {
    display: none;
    }
    .content-wrap .social_logo {
    display: none;
    }
    .contact {
    padding-bottom: 12px;
    }
    You can adjust the value of "padding-bottom" as per your requirement.
    This will remove the bottom text from the contact page.
     
  3. mleatherman

    mleatherman New Member

    Joined:
    Sep 12, 2013
    Messages:
    23
    Likes Received:
    0
    1. All your code worked great except for issue 1., change the font size for the Home Page Intro. This is the Bible Verse that appears between the Banner and the 4 Feature Boxes.
    I used the code you gave me:
    .content-info h1.title {
    font-size: 20px;
    }

    This didn't make any change in the font size. I even put in 10px,no change. I'd like it to match the font size of the Testimonial section at the bottom of the page..
    Can you please help?
    my site www.wptest.greencatdatadesign.com

    1. On the Contact Us page, the Google map is left justified next to the contact form. How do I move the map to the right to CENTER the map?

    Thanks for all your help!
     
  4. Nitesh

    Nitesh Support Staff

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

    I think you have not removed cufon from your site. So go to the
    Theme directory > js > custom.js

    and remove cufon from there. As shown in the image.

    cufonee.png

    2) Your site is not working that's why it is not possible for us to provide you code for contact form.
     

Share This Page