Article name in breadcrumbs - by Rodrigo

This topic has 7 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler

  • Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    May 8, 2018 at 06:14

    Morning,
    ¿How can I erase or edit the article name in breadcrumbs?
    https://longfield.es/wp-content/uploads/2018-05-08-07.07.26.pdf

    Thanks

    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 8, 2018 at 07:09

    Hello,

    You can set 0px font-size in Theme Options > Typography > Breadcrumbs > Page heading title. If this is not what you are looking for, please provide more details about required result and page URL.

    Regards

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    May 8, 2018 at 07:41

    Hello,
    I don’t want show the name of the article…I want to edit this text. About text style I know how edit it…

    Regards,

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 8, 2018 at 08:18

    Hello,

    You can use this custom css:

    .single-post .page-heading .title {
        display: none;
    }

    To edit the text simply edit the title of post
    or edit breadcrumbs in woopress/framework/theme-functions.php file (et_page_heading() and etheme_breadcrumbs() functions).

    Regards

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    May 9, 2018 at 07:39

    Thanks Rose!!!!

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    May 9, 2018 at 08:31

    So…Must I write?: function et_page_heading(¿TO WRITE HERE?)

    Regards,

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2018 at 08:51

    Hello,

    Please see screenshot https://prnt.sc/jfzxkp, copy code from red rectangle in functions.php file of child theme, move add action line under function et_page_heading and edit the function depends on your needs.

    Regards

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.