Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24105

    Hi,

    after updating to 1.5, the breadcrumb title appears again, althoug hidden by:

    .breadcrumb-title {

    display: none;

    }

    in the custom.css.

    Any idea on how to get rid of it again? Sänx.

    Sebastian

    #122336

    Hi,

    When updating the theme, please create a backup of your custom.css, Quick CSS and the modified theme files.

    You can use this

    .breadcrumb-title {
    display: none !important;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumbs title appears again after update’ is closed to new replies.