Shop Categories

X

Breadcrumb Page Title

Home Forums Agama Pro Breadcrumb Page Title

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17648
    Avi Pal
    Participant

    How to disable Breadcrumb Page Title on breadcrumb bar on all pages or post?

    #17654
    Zex
    Moderator

    Hello, Eductronics!

    There are two possible solutions to do that:

    1.For Particular pages:

    – Edit every single page/post where you don’t want to show a Breadcrumb Page Title,
    – scroll down, to the “Agama Options” meta box,
    then
    – insert an empty space into “Breadcrumb Page Title” text field.
    https://prnt.sc/p2zcbl

    2. To remove the Breadcrumb Page Title on the entire website,

    Insert the following code into Customizing->General->Additional CSS:

    .bc-title{
        display:none;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.