Background color

Discussion in 'RoadFighter WordPress Theme' started by satinfeather99, Jun 17, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .home_container {
    background: yellow;
    }
     
  3. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Thanks you. In the Colorway them having a body color worked good as there was not that line under the slider.

    http://avisualadvantage.net/SoldItClosedIt/ = line under picture where background color starts

    http://www.wsbowhunters.org/ = background color works well even under the slider

    Can I this theme so the colored background goes all the way up to the slider. Thanks
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .slider-container {
    background: yellow;
    }
    This will solve your issue.
     

Share This Page