Hello,
I am having the same problem.
Did you find out how to remove the line from the title in the slider from homepage?
Thanks,
Araci
In frontpage.php in the editor, search for slider-text-separator
Remove that div
It looks like: <div class=”slider-text-separator”></div>
I guess it will come back each time the theme is updated, so either be prepared to amend it each time, or set up a child theme (no idea how to do that).
Thank you very much!!!
I will try today.
I installed “real time find and replace” plugin and used that to cancel the div html every time without worrying about child themes or it disappearing after updates. Also great to remove stuff that hackers search for like “powered by wordpress” and other stuff that popular plugins stick into the code.