• Resolved sie3

    (@sie3)


    Hi Guys

    How do I exclude the word ‘category’ from the category name page?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sujan Shrestha

    (@sujanshrestha)

    Hello @sie3

    You can add the following CSS tweaks in additional CSS box in customizer to remove the category text before the title:

    .mt-page-header .page-title {
    overflow: hidden;
    position: relative;
    text-indent: -175px;
    }

    Thanks !

    Thread Starter sie3

    (@sie3)

    Awesome, it worked. Thanks, Sujan🙂

    • This reply was modified 12 months ago by sie3. Reason: Resolved
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Category name page’ is closed to new replies.