6 Replies
hey @Sathish let contiune over here
do you have any snippets you are using as of now ?
also what version are you currently on
i have tried this in the Home Section to hide last viewed & Author
in the liveboard section i don't know the css class name
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"
}
}
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',
},
},
},
},
},
thanks its working fine