Announcement

Collapse
No announcement yet.

Remove category title above category tree

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Remove category title above category tree

    I've looked and looked and just can't find
    The appropriate code and pertinent line
    To remove the title above the tree.
    Won't somebody please help me?
    Matt E.
    www.harpkit.com

    #2
    Re: Remove category title above category tree

    It is located in the Global Header:

    Code:
    <mvt:if expr="NOT ISNULL l.settings:category_title:image">
    	<img class="column whole h4 page-title" src="&mvte:category_title:image;" alt="&mvte:category:name;" title="&mvte:category:name;" />
    <mvt:else>
    	<h1 class="column whole large-np page-title">&mvte:category:name;</h1>
    </mvt:if>
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Remove category title above category tree

      Oh... I had been looking in the CTGY page.

      Thank you!
      Matt E.
      www.harpkit.com

      Comment

      Working...
      X