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

    can i show just the breadcrumb trail and not the title on pages in enfold theme?

    #272884

    Hi!

    Yes, try adding this to the Quick CSS:

    .title_container .main-title {
        display: none;
    }
    

    And if you want to move the breadcrumbs right to left:

    .avia-breadcrumbs {
        left: 0;
    }

    Best regards,
    Josue

    #273446

    Thanks! That worked. Now, Is there a way to get just the breacrumb text to show up under the slider image bar on the right side instead of above?

    #273677

    Hi!

    Thank you for the update.

    I’m sorry but that is not possible without modifying the theme code. It will also depend on the kind of slider that you’re currently using. You need to hire a freelance developer to modify the theme for you. Please visit Envato Studio or Werkpress for further customization.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.