each page or post title is all I want to display.
So on the “Home” page I get Home then when I go to another page or the BLOG then a Blog entry,
I get the full path in the ‘Infobar’ like Home —-> (pagename) or (posttitle)
On the blog post entry I get Home —-> Category name —-> posttitle Only posttitle is required here
Discovered this was the “infobar” so I have put the following in Custom CSS – Global Custom CSS
#infobar {display: none}
.page-title {background: #ffffff;
text-align: center;
color: #0000ff;
font-family: “Amatic SC”;
font-weight: 900;
font-size-adjust: 1.20;
}
Is this the correct way to achieve the desired result or is there an option that I just change in the “Weaver Xtreme Admin” section somewhere?