Osclass Support Forums

Osclass theme support => Beta Osclass Theme => Topic started by: Manhal S. on October 20, 2021, 05:13:19 AM

Title: beta theme apearance costomization
Post by: Manhal S. 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

Title: Re: beta theme apearance costomization
Post by: MB Themes 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.
Title: Re: beta theme apearance costomization
Post by: Manhal S. 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 !
 
Title: Re: beta theme apearance costomization
Post by: MB Themes 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;}
Title: Re: beta theme apearance costomization
Post by: Manhal S. on October 21, 2021, 09:11:36 AM
thank you i appreciate it,
i ll try it .