Unable to perform CSS Customization for CPQ Redwood Commerce
Summary:
Unable to perform CSS Customization in Redwood CPQ. In CPQ, we generate certain sets of document and when it gets generated then we prevent them to download on the local machine. This is achieved currently in JET UI using CSS. We have disabled pointer events on the hyperlink. However, this looks like a blocker for Redwood CPQ as we are not able to use custom CSS
Version (include the version you are using, if applicable):
26A
Code Snippet (add any code snippets that support your topic, if applicable):
#proposaldoc_t_c {
pointer-events: none;
}
Tagged:
0