Custom css | HP

need help on hide the author & modified columns in embed liveboard tab
No description
6 Replies
Justin Mathew
Justin Mathew16mo ago
hey @Sathish let contiune over here do you have any snippets you are using as of now ? also what version are you currently on
Sathish
SathishOP16mo ago
i have tried this in the Home Section to hide last viewed & Author
No description
Sathish
SathishOP16mo ago
in the liveboard section i don't know the css class name
Justin Mathew
Justin Mathew15mo ago
let me check with the team , will try to get back to you hey @Sathish sorry for the delay, can you try this out rules_UNSTABLE : { ".bk-time-and-author": { display : "none !important" }, ".bk-profile-pic-container" : { display : "none !important" } }
suhel4code
suhel4code15mo ago
Hey @Sathish Please try this and let me know customizations: { style: { customCSSUrl: 'https://cdn.jsdelivr.net/gh/thoughtspot/custom-css-demo/css-variables.css', // location of your style sheet // To apply overrides for your style sheet in this init, provide variable values below, eg customCSS: { rules_UNSTABLE: { '[class="bk-profile-pic-container bk-column bk-column-medium"]': { display: 'none !important', }, '[class="bk-time-and-author bk-column-title bk-column-small bk-clickable"]': { display: 'none !important', }, '[class="bk-profile-pic-container bk-column-title bk-column-medium bk-clickable"]': { display: 'none !important', }, }, }, }, },
No description
Sathish
SathishOP15mo ago
thanks its working fine

Did you find this page helpful?