This topic has 7 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
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
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
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,
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
Thanks Rose!!!!
So…Must I write?: function et_page_heading(¿TO WRITE HERE?)
Regards,
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
You must be logged in to reply to this topic.Log in/Sign up