Remove ‘Category’ from title in Shop pages

Home Forums All Other Themes Remove ‘Category’ from title in Shop pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #190780
    BrianBrian
    Participant
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: August 28, 2020

    Hi Support,

    In the Motorcycle theme in the Shop Category pages the word ‘Category’ appears before the actual category name. eg. Category: Bikes

    You can see an example of this in your demo at https://sktperfectdemo.com/themepack/motorcycle/product-category/bikes/

    How do I remove the word ‘Category’ so that just the word ‘Bikes’ shows up?

    #190790
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .archive .cattitle_wrap h1 {
      font-size:0;
    }
    .archive .cattitle_wrap h1 span {
      font-size: 63px;
    }

    Regards,
    Dave

    #190792
    BrianBrian
    Participant
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: August 28, 2020

    Hi Dave, That’s worked. Thankyou.

    #190806
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

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