I'm trying to figure out a selector name for the change history macro to hide it when exporting PDFs from confluence cloud using the CSS stylesheet, but have been unsuccessful. Any one have any any luck figuring it out?
In case anyone else stumbles upon this in the future:
I am using css-13i783a. I'm not sure if this is a permanent solution, but it's working for me now.
/* Hide change history */
div.css-13i783a {
display: none;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.