• I installed bbpress, on the forums page in the title of breadcrumb, written Archives.
    I found a file (class-agama-breadcrumb.php) that is responsible for the output of bread crumbs, but I do not know how to add cod, it to show the inscription Forums.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello @galiulinr !

    It seems to be a bug.
    We will check this on localhost and if there is a bug we will fix it in next update.

    For now you can hide the left-side Breadcrumb title with additional CSS code.
    Add the code below in to a :
    Customizing->Additional Css

    code:

    #page-title .container  h1{
    display:none;
    }

    Regards

    Thread Starter galiulinr

    (@galiulinr)

    Sorry, the ‘Archives’ is not contained in the ‘h1’ tag.
    I customized the file class-agama-breadcrumb.php, enclosing ‘Archives’ in the ‘h1’ tag.
    I will look for a solution how to show title the Forums

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to change the title of breadcrumb’ is closed to new replies.