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

    Hey,

    searched for this problems many times at the kriesi forum … perhabs i didn’t recognize the right answer – If it happens, sorry for that !

    my questions is a simple one . I need to change the font size of the breadcrumb section for mobile devices … just added some css at the quick css section but it’s doesn’t look really fine on a small window (e.g. mobile device)

    .breadcrumb-trail {
    font-size: 16px;
    }

    Also it could work to hide the breadcrumb section at a mobile device !

    Thanks for your support !

    #368969

    Hi tese!

    Please add following code to Quick CSS to hide breadcrumbs on mobile

    @media only screen and (max-width: 480px) {
    .breadcrumb { display: none; }}

    Best regards,
    Yigit

    #369395

    cheers man ! works fine!

    and sorry ! looks like something i already found. But this is the first time it works !

    #369576

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Breadcrumbs other font size at mobile device’ is closed to new replies.