Multiple CSS Content Pane Styles

876
11
Jump to solution
01-12-2018 11:13 AM
BrandonPrice
Occasional Contributor
0 Kudos
11 Replies
RobertScheitlin__GISP
MVP Emeritus

A rule as simple as this should work:

.download.dijitArrowNode {
  display: none;
}

or even a little more specific:

.download.dijitTitlePane .dijitArrowNode {
  display: none;
}‍‍‍
0 Kudos
BrandonPrice
Occasional Contributor

Hi Robert,

Not sure what was going on with me on my end. Sorry for the confusion. Thanks.

0 Kudos