Hi, How do I completely hide the title bar in mobile view? – no heading or breadcrumb shows up on mobile phones.
Hey Johan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.title_container { display: none !important; }}
Cheers!
Yigit
Thanks it works!