New Landing How can we help? Themeforest Theme Support Neighborhood remove title from category page

Viewing 6 posts - 1 through 6 (of 6 total)
  • #22300
    allnc
    Member
    Post count: 29

    how i can remove the title from a category page?

    thx in advance

    Massimo

    #22541
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Massimo,

    Try with this custom CSS in the General theme options:

    .tax-product_cat .page-heading .heading-text {
      display: none;
    }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #22716
    allnc
    Member
    Post count: 29

    hi no it don’t work

    #22932
    Melanie – SUPPORT
    Member
    Post count: 11032

    This should work:

    .widget_product_categories .widget-heading.clearfix {
    display: none;
    }

    If not let us see your website please 🙂
    Cheers

    #31450
    aapladas
    Member
    Post count: 4

    Where should this be placed, since doesn’t seem to work either?

    thnks

    #31806
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Please add it to Theme Options > General Options > Custom CSS.

    If you’d like to remove the whole page heading bar, then this is the code you want to add:

    .tax-product_cat .page-heading {
    display: none!important;
    }

    – Ed

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register