homepage featured area background

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

  1. coryd344

    coryd344 New Member

    Joined:
    Jul 2, 2012
    Messages:
    8
    Likes Received:
    0
    Hello I'd like to change the background color of my homepage featured area to the blue that comes as a bizway theme option.
     
  2. coryd344

    coryd344 New Member

    Joined:
    Jul 2, 2012
    Messages:
    8
    Likes Received:
    0
    Is there a way to make it an image instead of just a color?
     
  3. 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 {
    background: url(Enter your image address);
    }
     
  4. coryd344

    coryd344 New Member

    Joined:
    Jul 2, 2012
    Messages:
    8
    Likes Received:
    0
    Thank you Gourav I appreciate the help, Is there a certain size I should shoot for with my images?
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Homepage Feature Area is not made for adding background image but on demand we provide you code to add image there, So we give you approx image size for that area

    Use image of size 1300px width
    330px height

    This much big image may slow down your site, So it is good if you add small background image which cover complete area after repeating itself.
     

Share This Page