Home Forums UnTheme Soar Take words off breadcrumb

Viewing 3 reply threads
  • Author
    Posts
    • #71661

      Lydia Anderson
      Participant

      Need to remove the words Blog Single off the individual blog pages.
      see screen shot file
      Thanks

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

      Maria Do
      Keymaster

      You can change that text in theme options:

      https://prnt.sc/r10g7b

      Or you can use below css code to remove it:

      body.post-template-default.single-post div#page-title-text {
      display: none;
      }

    • #71822

      Lydia Anderson
      Participant
      This reply has been marked as private.
    • #71843

      Maria Do
      Keymaster

      You can try this code:

      body.single-portfolio div.row.topbar {
      display: none;
      }

Viewing 3 reply threads
  • You must be logged in to reply to this topic.