Can i have an image in place of background

Discussion in 'Local Business WordPress Theme' started by rcsnoopdog, May 29, 2013.

  1. rcsnoopdog

    rcsnoopdog New Member

    Joined:
    May 28, 2013
    Messages:
    15
    Likes Received:
    0
    Can i have an image in place of the background in certain areas as pointed out in file attached

    I have read how to change css for changing colour's of backgrounds from previous threads but nothing about using an image as a background

    please help,

    [​IMG]
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

    Go to
    Appearance > Theme Option > General Settings > Body Background Image

    and upload your image from there.

    2.For your other issues

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


    Code:
    .header{
    background:none;
    background-image:url('Enter your image address');
    }
     
    .signup{
    background:none;
    background-image:url('Enter your image address');
    }
    #menu .ddsmoothmenu li a {
    background:none;
    background-image:url('Enter your image address');
    }
    .menu_bar{
    background:none;
    background-image:url('Enter your image address');
    }
    #menu li:hover a{
    background:none;
    background-image:url('Enter your image address');
    }
     
    #menu li.current_page_item a{
    background:none;
    background-image:url('Enter your image address');
    }
     
  3. rcsnoopdog

    rcsnoopdog New Member

    Joined:
    May 28, 2013
    Messages:
    15
    Likes Received:
    0
    Thank you so much for ur quick reply,i wish my reply had have been quicker but just got recovered from blue screen of death from dropping laptop ,will try & get back to you with results thanks you
     
  4. azza

    azza Member

    Joined:
    Apr 29, 2013
    Messages:
    61
    Likes Received:
    7
    Great thread.

    I haven't tried this yet but it could add a whole new look to my site.

    What size images for the specific areas are sensible?
    And can we use images that repeat?

    Look forward to some responses.
     
  5. Gourav

    Gourav Support Staff

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

    As much as possible use small images for these areas, When they repeat they works great and does not make your site slow.
     

Share This Page