*

Biswajit Panda

  • ***
  • 23 posts
How To change Background pic of my Header Web Page
« on: July 09, 2018, 12:21:46 PM »
How To change Background pic of my Header Web Page , for batter i have attached snapshoot  of my required change area of website.

Please help me  with brief description.

*

MB Themes

Re: How To change Background pic of my Header Web Page
« Reply #1 on: July 09, 2018, 11:05:03 PM »
@Biswajit
Rightclick on item and click inspect, you can browse html elements and see background or background-color property, in which file and on what line it is.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Biswajit Panda

  • ***
  • 23 posts
Re: How To change Background pic of my Header Web Page
« Reply #2 on: July 10, 2018, 05:59:23 AM »
ok , I have check your as per your guidance, now can i implement a picture on that area 'id="header-search".

Please help me .

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: How To change Background pic of my Header Web Page
« Reply #4 on: July 10, 2018, 09:42:04 AM »
you can try through style... something like that.

#header-search {float:left;width:100%;clear:both;background:#fff;padding:25px 0;position:relative;z-index:8;background: url(../images/wallperz.jpg) no-repeat center center fixed;}

*

Biswajit Panda

  • ***
  • 23 posts
Re: How To change Background pic of my Header Web Page
« Reply #5 on: July 11, 2018, 11:03:30 AM »
which file need to modify in my Veronika theme, tell me the filename where need to modify

*

MB Themes

Re: How To change Background pic of my Header Web Page
« Reply #6 on: July 11, 2018, 04:21:49 PM »
@Biswajit
Rightclick on item and click inspect, you can browse html elements and see background or background-color property, in which file and on what line it is.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots