DooPlay Customization

Sangit

Newbie
Joined
Jun 9, 2025
Messages
3
Reaction score
0
Hey, I want to create a movie search engine on Dooplay with a custom background in the place where the slider is located in the default Dooplay setting at the very top of the page. Any ideas on how to do this?
 
In Dooplay, the slider is usually controlled by a template file like home.php or header.php, and styled via CSS (style.css or custom.css).
Inspect the page using your browser’s developer tools to find the div or section class for the slider (often something like .dt_main_slider)
Once the slider is disabled, you can replace it with a static background.
 
In Dooplay, the slider is usually controlled by a template file like home.php or header.php, and styled via CSS (style.css or custom.css).
Inspect the page using your browser’s developer tools to find the div or section class for the slider (often something like .dt_main_slider)
Once the slider is disabled, you can replace it with a static background.
i know how to turn off the slider in dooplay theme but idk how to make something like this: https://vodwizja.pl/
 
Back
Top