background pic for services and gallery

Discussion in 'BusinessGrow One Page WordPress Theme' started by deveshd, Feb 5, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    In the themes demo, the service section and gallery have different background images. How and where do I put images behind my services and gallery section?
    URL: http://webworxworld.com/client-demo3/

    Screebshots below:
    [​IMG][​IMG]
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .default_bg {
      background: url('YOUR IMAGE URL');
    }
    
    Thanks & Regards
    Pramod
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Should not there be 2 codes, one for the gallery area background and one for the services area?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    I am not getting what exactly you are saying.
    Do yo want background for gallery section only or for all?
    Please explain little bit more to make me better understand..

    Thanks & Regards
    Pramod
     
  5. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    If you look at the live demo of this theme on inktheme site, you can see that Service Feature area has one background and the Gallery Feature area has a different image background. I'm asking how do I do that? As you can see in my original post in the thread, I uploaded two screenshots. Is this clear now?
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey!

    Code:
    .gallery_wrapper.default_bg {
    background: url('first image url');
    }
    Code:
    .services_block.default_bg {
    background: url('Second image url');;
    }
    Thanks
    Praveen
     
  7. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
  8. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Any update? Can you please tell me what size of spec background image should I upload as the one I uploaded is not showing properly.
     
  9. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey deveshd,

    Please use background image of size 1600*600px.

    Thanks,
    Praveen
     
  10. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
  11. sameerwalkar

    sameerwalkar Guest

    Hi,

    Follow the steps to place your background image in services section:

    business grow-services.png

    To apply background image for gallery section follow below steps:

    business grow-gallery.png

    Hope it will solve your issue
     
  12. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Done thanks! But my service feature area background image is repeating even though I am uploading the suggested 1600X600 size
     
  13. sameerwalkar

    sameerwalkar Guest

    Hi,

    Kindly increase the aspect ratio of your image somewhat of size 1800x1000. It will work.
     

Share This Page