Hi Team
I added your CSS to hide the breadcrumps on mobile but somehow this does not work
@media only screen and (max-width: 767px){
#top #wrap_all .breadcrumb {
display: none;
}
}
Can you pls have a look?
Thanks
Bernhard
Hi Bernhard,
Please try this instead:
@media only screen and (max-width: 767px) {
.title_container {
display: none;
}
}
Best regards,
Rikard
Hi Rikard
Unfortunatley it is not working as well.
BR
Bernhard
Hi,
It’s working on my end, please see screenshot in private. Try loading the site in an incognito or private browser window.
Best regards,
Rikard
Thanks perfect – all fine now.
BR
Bernhard
Hi Bernhard,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko