@ Tim
RE: It just doesn’t look anything like how I set up Cmap on the Search Page and I can’t seem to get control of the Single entry part of it.
Are talking about the card style on the results page where the background of each entry card has the green gradient? If that is, the single entry view does not apply the card style since there is only a single entry on the page with no need to distinguish it from other entries on the same page. The intent is to use the base page style for tighter theme integration. I hope that makes sense. If you really want the green gradient on the single entry page, try adding the following to the theme’s custom CSS area:
#cn-cmap .cn-entry-single {
background: linear-gradient(to bottom,rgba(0,0,0,0.05) 0,rgba(255,255,255,0.25) 80%,rgba(255,255,255,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000',endColorstr='#4dffffff',GradientType=0)
}
#cn-cmap .cn-entry-single {
box-shadow: 0 3px 4px 2px rgba(100,100,100,.4)
}
#cn-cmap .cn-entry-single {
background-color: #63A70A;
border: 2px solid #d3d3d3;
border-radius: 4px;
margin: 8px 0;
padding: 10px;
}
RE; Any idea where I should start tracing down my issue?
Sorry, I’m not sure what the issue is exactly, but hopefully I guess correctly in my previous answer.
Hope this helps, let me know.
ps. Yes, this is the correct place to ask the question, thanks!
