Need to remove the Product Category - by masseyn

This topic has 6 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Robert Hall

  • Avatar: masseyn
    masseyn
    Participant
    March 3, 2016 at 15:44

    On the product catalogue page i would like to remove the text that says the category under the item image and move the product name up to under the image and make it bold text (the same as the category text)

    Example – http://www.blccs.co.uk/product-category/makita/
    Remove Makita
    Move title up and display in same text format as the current category

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 3, 2016 at 16:59

    Hello,

    Navigate to Theme Options->Products Page Layout->Show product categories->select Off.
    Also add the following code in Theme Options->Custom CSS->Global Custom CSS.

    .products-grid .product-title > a {
        font-weight: bold;
    }

    Regards,
    Robert Hall

    Avatar: masseyn
    masseyn
    Participant
    March 3, 2016 at 17:20

    Can i also put a bigger gap between the thumbnail and the title ?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 4, 2016 at 08:51

    Hello,

    Yes, please add this code in Global Custom CSS.

    .products-grid .product-title {
        margin: 15px 0 15px;
    }

    Regards,
    Robert Hall

    Avatar: masseyn
    masseyn
    Participant
    March 4, 2016 at 11:07

    Great stuff Rob

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 4, 2016 at 11:08

    You’re welcome

    Regards,
    Robert Hall

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Need to remove the Product Category’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.