Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1193521

    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

    #1193615

    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

    #1193797

    Thanks Jordan, that works perfectly.

    #1193802

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Title and Breadcrumbs display on Mobile’ is closed to new replies.