Change Home Page Intro

Discussion in 'ColorWay WordPress Theme' started by mleatherman, Oct 2, 2013.

  1. 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!​
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    Code:
    .content-info h2 {
    font-size: 16px;
    }
    2.For your second issue

    Could you please explain your problem with the help of screenshot, what you want to do, so that we can give you the exact solution.
     

Share This Page