Hi @fredbanor!
In your homepage your header part is made by this code:
<div id="parallax_header" class="container overlay-layer" style="padding-top: 162px;">
<div class="row">
<div class="col-md-12 intro-section-text-wrap">
<div id="intro-section" class="intro-section">
<h1 id="intro_section_text_1" class="intro white-text">Bienvenue chez Bee Technology</h1>
<h5 id="intro_section_text_2" class="white-text">Votre fournisseur de téléphonie par IP à La Réunion.</h5>
</div>
</div>
</div>
</div>
and it will be probably in your theme’s header.php file. You should comment that part out with <!– and –> signs:
<!--
<div id="parallax_header" class="container overlay-layer" style="padding-top: 162px;">
<div class="row">
<div class="col-md-12 intro-section-text-wrap">
<div id="intro-section" class="intro-section">
<h1 id="intro_section_text_1" class="intro white-text">Bienvenue chez Bee Technology</h1>
<h5 id="intro_section_text_2" class="white-text">Votre fournisseur de téléphonie par IP à La Réunion.</h5>
</div>
</div>
</div>
</div>
-->
So this part would disappear. You can find here a documentation, how you can search for codeparts in your website:
https://smart-slider-2.helpscoutdocs.com/article/911-developer-chrome#code
maybe it would be enough for you from step 5.
This video could help with these kind of things too:
https://www.youtube.com/watch?v=dlQrFFwAC_A
And if you find it, you shouldn’t put the slider here, because the css codes were made differently for this location from what you are trying to achieve, but rather you should put the slider right under this part:
</header>
because there it could be full width. You can put the slider there with a php code:
https://smart-slider-2.helpscoutdocs.com/article/808-wordpress-put-the-sliders-code-into-a-php-file
also you could check if you only want it to be on your homepage.
Don’t forget to always have a backup from the file you are editing! And it would be better, if you would use ftp to edit your files, because that is safer, in case you would made a mistake.
If you need help with this, then please write to us to: [email protected]