Jump to content
We've recently updated our Privacy Statement, available here ×
  • Hide Popular Resources and Video Tutorials from the Homeflow


    Tirupathi Mangalarapu
    • Features: User Interface Version: v7 Product: JasperReports® Server

    Please use the attached CSS file to create a custom theme and add the overrides_custom.css file to the new themes folder and 

    Set as the active theme. 

    When you click Home.

    Video Tutorials and Popular Resources should be hidden from the UI for the end-users. 

    Here are the contents of the file:

    /*
    .overrides_custom css

    Place styles for simple UI customization in this file.

    This file is loaded after all other CSS, so selectors here will win in case of conflict with default rules.

    Using this file to customize is the method most likely to conserve your customizations even if markup changes in future product releases.

    Extensive customizations may be easier to implement by replacing one or more of the standard theme files in your custom theme folder.

    However, if future product releases place styles for new markup components into the files you have replaced, your theme will not have these new styles,
    and therefore, will not display the new components correctly.

    */

    .homeSidebar > div:not(:first-child) {
        display: none;
    }
     

    overrides_custom_5.css


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...