Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sushismb Friend
    #179480

    Hello,

    I understand that to remove the sub-categories from showing, there is a setting on the module to “Show Sub Category Title
    Show/Hide”.

    I’m using a “linear” theme and profile.

    Even though the “Show Sub Category Title” is set to “Hide”, it doesn’t HIDE the subcategories.

    I don’t mind removing them manually through editing a code in a file. But don’t know which file to edit.

    Please help!

    Thank you very much in advance.

    Sherlock Friend
    #462564

    Hi sushismb,

    You can open the file of modules/mod_janewspro/tmpl/linear/style.css look for this css

    .linear .ja-zin .subcats-selection {
    position: relative;
    }

    Change it to

    .linear .ja-zin .subcats-selection {
    position: relative;
    display:none;
    }

    That I think would help !

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 12 years, 3 months ago.

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