Results 1 to 10 of 10

Thread: Listing Types and Category Boxes

Threaded View

  1. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,195
    Hello,

    If you need to hide categories and leave only listing type links you can apply a css style

    go to your FTP > templates > your_template > css > style.css > find a row ".categories .sub_categories" (~4055) > add a property display: none:
    Code:
    Only registered members can view the code.
    or create a ticket if you need something different, it will be a customization
    Last edited by Rudi; July 6, 2018 at 03:10 AM.