Image title larger - but no title name - and no breadcrumbs

Home Forums Jevelin Theme Image title larger – but no title name – and no breadcrumbs

Home Forums Jevelin Theme Image title larger – but no title name – and no breadcrumbs

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • aufregend
    Participant

    Dear Support Team,

     

    can you please help me making the “large title” even larger?

    I tried to add this in the custom code, and it works fine, just wondering if this is the right way to do it.

    .sh-titlebar .sh-table {
    min-height: 300px!important;
    }

     

    I also want to remove the title name and remove the breadcrumbs. So I only see the title image.

     

    thank you very much!

    Hi @aufregend,

     

    Thank you for your question.

     

    I am not sure which title and image you are referring to so could you please share the screenshot of it or share me the page URL from your site where it is displaying so that i can help you?

     

    Best regards,
    Shufflehound team

    aufregend
    Participant

    Dear Support Team,

     

    I mean the title image on top of each page, just below the navigation.

    Please see screenshot attached.

    I want to remove “Praxis” and I want to remove the breadcrumb “Home > Praxis”… on all pages. So I see only the image.

     

    Thanks for your help!

    Attachments:
    You must be logged in to view attached files.

    Sure we can remove it by developing CSS code but for that  could you please share me the page URL from your site where it is displaying so that i can help you?

    aufregend
    Participant

    I did add following code to custom CSS, please let me know if this is the correct way to do it….. THANKS!

     

    .title-level, .titlebar-title {
    display: none!important;
    }

    @media (max-width: 782px) {
    .title-level, .titlebar-title {
    display: none!important;
    }
    }

     

    Solution for this topic

    Instead of your shared CSS code you can just use the following simple custom CSS code.

     

    .sh-titlebar {
    display: none !important;
    }

    aufregend
    Participant

    Thank you!

    You are most welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)