The previous version of the Gallery was much more configurable. The ability to turn off the summary, author, etcetera was very useful. Now it is just a default template with a limited configuration that you cannot style to your environment. I have legacy Maps and Apps Gallery I still deploy on my hub page that now cannot be switched out or configured to match the legacy display on the hub page. Please add the additional configurable ability back.
Solved! Go to Solution.
Thanks for the quick response. This did not work for me, though. Any other suggestions?
I can take a look if your app is public and you send the link. Also are you using Online or Enterprise? If Enterprise which version?
Hi Kelly.
Here's the app (in ArcGIS Online) - Fairfax County Interactive Map Gallery
Looks like there was a typo in the custom css with an extra closing brace } located after the title logic.
I made a few other updates to the css - can you try replacing all of your css with this:
.card-gc__container, .card-gc__thumb-container{
    background:#eaeff1;
}
.fg__row{
    background-color:#eaeff1;
}
.fg-input-area__result-count{
    color:#d13636;
}
.nav-pager__btn{
color:#d13636;
}
.card-gc__title, .card-gc__sub-container, .card-gc__details{display:none;} 
.card-gc__details-container{
  min-height:130px;
}
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		Also, is there a way to set the sorting of items to be reverse (descending) by title?
You can use this url param to set the sortOrder to descending
&sortOrder=desc
I don't see a way to do this via custom css or the app config.