Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
martinr_
Creator
Creator

hide worksheet and storytelling

Can I hide the marked menus? If yes how?

 

martinr__0-1625570167905.png

 

1 Solution
15 Replies
BtBread
Creator
Creator

Hello.

you can do this with CSS in custom theme.

i found this in Top 10 VizTricks 

Look at the page "hide three nav" in the sample app

martinr_
Creator
Creator
Author

Hi @BtBread ,

Thank you for your message.
I loaded the qvf. there is the code for it.

can I do this directly in the standard css?
where is the css in the file system?

Turn off the three header nav buttons with css in custom theme:

ul.qs-toolbar__tabset {
display:none!important;
}


$("ul.qs-toolbar__tabset").toggle()

BtBread
Creator
Creator

sorry, but I have no experience with CSS changes. I just remembered that I have seen this somewhere before.

But maybe the CSS Masterclass (https://community.qlik.com/t5/Documents/Dashboard-Design-QS-CSS-MasterClass-video/ta-p/1787091 ) topic will help you here. Here you can override CSS standards in the APP.
But even that I have only seen / read and not yet done myself.

martinr_
Creator
Creator
Author

Hi @Patric_Nordstrom,

I downloaded your Top 10 Viz tips - part III - QlikWorld 2020. Really very cool thing.
I copied the code below into my CSS. But the header is still visible. Could you help me?

I uploaded my custom theme here.

Thanks and Greetings,
Martin


Turn off the three header nav buttons with css in custom theme:

ul.qs-toolbar__tabset {
display: none! important;
}
$ ("ul.qs-toolbar__tabset"). toggle ()

martinr_
Creator
Creator
Author

@Patric_Nordstrom 

Thanks Patric,

that worked great. I am very happy.

Have a great day and stay healthy!

Martin

atiwari
Partner - Contributor III
Partner - Contributor III

Hi @martinr_ ,

I'm stuck on the same issue, Where  can I find that css file to make chnages?  I want to disable sheets and Storytelling options.

Can you help me with the file name and path of that file on the Qlik Server. 

martinr_
Creator
Creator
Author

Hi @atiwari ,

we have the file here....C:\ProgramData\Qlik\Sense\Repository\Extensions\xxxxx

 

 

atiwari
Partner - Contributor III
Partner - Contributor III

Thanks for the quick response @martinr_ 
The Extensions folder path that you are referring to is not available on the Qlik Sense Enterprise version on QS. Please find the screenshot below.
Do I need to create a new folder and the CSS file or we can modify this on the existing theme of Qlik Sense?

 

@Patric_Nordstrom  I also downloaded the trial theme and added the code on CSS file but no luck. I still see the storytelling on the top navigation.