Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • rclpris Friend
    #640387

    Hi,

    How do I get rid of the manufacturer on the products page? Please see attachment. Thanks.

    TomC Moderator
    #645387

    Here’s one way . . . .

    Within file path —> /templates/ja_techzone/css/themes/red/template.css
    at line 8040, modify as follows:


    .com_virtuemart .orderlistcontainer div.title {
    color: #999999
    display: none;
    margin-right: 8px;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ??

    rclpris Friend
    #647058

    It took away the labels “Sort By” and “manufacturer” which is not what I want. I only want to hide Manufacturer and it’s selection.

    Ninja Lead Moderator
    #647524

    <em>@rclpris 485432 wrote:</em><blockquote>It took away the labels “Sort By” and “manufacturer” which is not what I want. I only want to hide Manufacturer and it’s selection.</blockquote>

    Yes, you can use my solution below

    Open templates/ja_techzone/css/custom.css file and add new rule


    .floatleft.vm-order-list > div:nth-child(2) {
    display: none !important;
    }

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

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 9 years, 3 months ago.

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