Space under 3 Feature Boxes, BG images, Black Font

Discussion in 'Local Business WordPress Theme' started by supnatruck, Sep 11, 2013.

Thread Status:
Not open for further replies.
  1. supnatruck

    supnatruck New Member

    Joined:
    Sep 5, 2013
    Messages:
    15
    Likes Received:
    0
    Hi. I have a couple questions about Local Business Theme:

    1. How do I add some space under the 3 feature boxes so I don't have a jagged line at the top of the footer? http://supandatruck.com

    2. How can I change the background image of the Lead Capture Box to a different image?

    3. I'd like to have Black Font on the entire site, but none of the default color schemes are light enough for that. Is there a way I can have a White color scheme or a shade of white?

    Thanks and the theme is awesome!
     
  2. Piyush

    Piyush Support Staff

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

    1. Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_contentbox {
    border-bottom: none;
    }
    This will remove your jagged line.

    2. Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .signup {
    background: url(Enter your image URL address here);
    }
    3. Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    h1,h2,h3,h4,h5,h6,a, ul,li,span,p,body,.signupform input.btnsubmit{
    color: black ! important;
    }
    .footer_widget {
    color: black ! important;
    }
    
    and the go to the Theme directory > css directory > color directory > blue.css and follow the instruction as shown in the image given below.

    [​IMG]

    Now,
    Go to
    Appearance > Theme Option > Styling Option > Theme Stylesheet
    and select blue color from there.

    See the link for reference.
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/

    I hope this will help you.
     
  3. supnatruck

    supnatruck New Member

    Joined:
    Sep 5, 2013
    Messages:
    15
    Likes Received:
    0
    Thanks! You guys are awesome!
     
Thread Status:
Not open for further replies.

Share This Page