White zone on homepage and link color change.

Discussion in 'BizWay WordPress Theme' started by coryd344, Dec 21, 2012.

  1. coryd344

    coryd344 New Member

    Joined:
    Jul 2, 2012
    Messages:
    8
    Likes Received:
    0
    Hi guys first of all thank you for such great support!I am looking to do only a few more things on my site MotoNewEngland.com if you go to the homepage you will see that just above the featured content area there is a white strip that I could not get to change color when I redid my homepage. Also at the bottom of that same page you will see the "contact us" "follow us" "users" and "check this out" words are barely visible I would like to make them black. Then on that same page and the rest of the site I would like to make Links a darker more visible color which I can choose I just need the code to change link color on the site. Thank you again for the awesome support you guys do a great job.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    We have visited your website and you are using our theme, currently you have activated "twentyeleven" theme, so we can't see your problem, So activate the "Bizway Theme" again so that we can check the issue and send you the solution.
     
  3. coryd344

    coryd344 New Member

    Joined:
    Jul 2, 2012
    Messages:
    8
    Likes Received:
    0
    opps I aploigize that wasn't the whole link it is MotoNewEngland.com/wordpress2013
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .main-content-container {
    margin-top: 0px;
    padding-top: 62px;
    }
     
    .footer-wrapper .footer_widget h6 {
    color: red;
    }
     
    .content-bar a {
    color: red;
    }

    Inplace of "red" put your color code.


    This will solve your issue.
     

Share This Page