Okay
  Public Ticket #2145674
Blog features
Closed

Comments

  • Gloria started the conversation

    Hello,

    Is it possible to hide the title on each article in the Blog section?
    Attached
    If yes, how do you do it?

    Gloria

  •  2,570
    Kevin replied

    Hi Gloria !

    To hide the breadcrumbs title on the blogs details page, add the following css property to Appearance-> Editor-> style.css or Appearance-> Customize-> Additonal Css
    .single-post .ftc-breadcrumb {
        display: none;
    }

    thank you

  • Gloria replied

    Thank you, but there is the title again

    I would like to remove the title, how you do it?

    Attached there is one thing that I cannot remove, how you do it?

    Thank you, 

    Gloria


  •  2,570
    Kevin replied

    Hi Gloria !

    Please add this css attribute to hide it


    .single-post .nav-links {
        display: none;
    }

    thank you

  • Gloria replied

    I entered the codes, but they are still there.

    Why?

    Thank you,

    Gloria

  • Gloria replied

    I have changed broswer and now I see my changes.

    thanks a lot

    Gloria

  •  2,570
    Kevin replied

    Hi Gloria !

    Please leave the page link where you are checking it

    thank you