Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • pepijn2015 Friend
    #208938

    Hello,

    I have tried to remove the title from the virtue mart category page. I have given the URL.
    The problem is when a customer clicks via the menu bar on a specific category (for example HATS) the customer sees again very big the title HATS again. I can change the CSS file and move the title to the left and make it smaller, but I can not find the file to remove it.
    Where can I find the file to change this?

    Thanks
    Pepijn

    pavit Moderator
    #577855

    Hi

    It is not so clear to me which specific category title you want to hide , anyway if you are referring to the main title like this

    You can hide it adding a css rule to your custom.css file

    .com_virtuemart.view-category .category_title {
    display: none!important;
    }

    If you do not have a custom.css file inside this folder templatesja_cagocss you should create it

    Hope that helps

    pavit Moderator
    #644149

    Hi

    It is not so clear to me which specific category title you want to hide , anyway if you are referring to the main title like this

    You can hide it adding a css rule to your custom.css file

    .com_virtuemart.view-category .category_title {
    display: none!important;
    }

    If you do not have a custom.css file inside this folder templatesja_cagocss you should create it

    Hope that helps

    pavit Moderator
    #742783

    Hi

    It is not so clear to me which specific category title you want to hide , anyway if you are referring to the main title like this

    You can hide it adding a css rule to your custom.css file

    .com_virtuemart.view-category .category_title {
    display: none!important;
    }

    If you do not have a custom.css file inside this folder templatesja_cagocss you should create it

    Hope that helps

    pepijn2015 Friend
    #577879

    Thanks a lot. 🙂

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

This topic contains 5 replies, has 2 voices, and was last updated by  pavit 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum