Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #535828

    Dear Kriesi Support Team,

    I have problem when posting single post with long title. It will be overwritten on breadscrumb. So i think it’s no need to display single post title next to breadscumb. pls help me to do this. Have a look at image attached

    Thanks & regards,

    #535845

    Hi vemaybayanz!

    Please do add the following, to your custom CSS file.

    h1.main-title {
    display: none;
    }

    Let us know if that fixes the issue for you.

    Cheers!
    Basilis

    #535877

    Dear Basilis,

    I did as your guide but It has no effect. Hope to get another solution from you soon

    Thanks

    #536136

    Hi!

    That should be working. Did you add it to the Quick CSS setting? Perhaps you have a typo somewhere in your CSS. Paste the full custom CSS your using here and send us a link to your page please.

    Cheers!
    Elliott

    #536266

    I added into both style css in enfold child theme and quick css but it did not work.

    #536676

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #537960

    Hi,

    The user name and password is in private data, pls check and help me to solve this problem

    Thanks

    #539500

    Hi!

    Please use following code instead

    .single-post .main-title.entry-title {
        display: none !important;
    }

    Regards,
    Yigit

    #540187

    It’s done perfectly. Thank you very much Yigit

    #540275

    Hi!

    Glad you got it short out.
    Please do let us know if you need anything else, related to our theme.

    Cheers!
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Don't want to display single post title next to breadcrumb’ is closed to new replies.