Hi
I am looking to display Breadcrumbs on Large screens and tablets but not on Mobile devices.
I tried adding this code but it only removed the text and not the alternate coloured bar itself
@media only screen and (max-width: 767px) {
.title_container .breadcrumb {
display: none !important;
}
The live address is:
Regards
Lyndon
Hey Lyndon,
You need to add this to quick css as well:
@media only screen and (max-width: 767px) {
.stretch_full.container_wrap.alternate_color.light_bg_color.empty_title.title_container{
display:none!important;
}}
Best regards,
Jordan Shannon
Thanks Jordan, that works perfectly.
Hi,
Glad Jordan could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit