This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Manhal S.

  • **
  • 10 posts
beta theme apearance costomization
« on: October 20, 2021, 05:13:19 AM »
hello ,
appearance -theme customization page
kindly i need the css code or html code to be able
to change the home page header image ?
i need this one code only ,please no (go and learn coding ) answer  :D

thank you


*

MB Themes

Re: beta theme apearance costomization
« Reply #1 on: October 20, 2021, 09:47:16 AM »
@Manhal
Try something like this:
Code: [Select]
#body-home .logo img {content:url("https://web.com/someimage.jpg");}

Anyway not sure why you do not change logo via appearance > header logo  :-\


Quote
i need this one code only ,please no (go and learn coding ) answer
Go and pay for developer, if you are not willing to learn.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Manhal S.

  • **
  • 10 posts
Re: beta theme apearance costomization
« Reply #2 on: October 20, 2021, 11:28:52 AM »
its not ,iam not willing to learn my friend
its cause i am working 10hrs a day and only have 1 day off :)
ok i was not asking about changing the logo hmmm
what i meant is Changing search bar animation background, the ( living room ) large image behind the search bar !
 

Marked as best answer by frosticek on October 21, 2021, 11:13:41 AM
*

MB Themes

Re: beta theme apearance costomization
« Reply #3 on: October 20, 2021, 01:58:20 PM »
@Manhal
That is not reason or any excuse  :o

Image is located: /oc-content/themes/beta/images/slide/slide.jpg
or change background via css:
Code: [Select]
body #home-search .slide {background:red;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Manhal S.

  • **
  • 10 posts
Re: beta theme apearance costomization
« Reply #4 on: October 21, 2021, 09:11:36 AM »
thank you i appreciate it,
i ll try it .