I have an issue with the titels of my contentarray.
I'd like to have them as a plain Text, without a link to the article itself. I searched the Forum and couldn't find an answer to this request. Would be very nice, if someone could help me out, or show me where I'm able to find the option.
Please would you post your URL, superuser id and pswd in the secure tab of your post and I'll have a look for you.
Please do a screenshot of your problem and annotate to make it clear.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
You could create a particle override and modify the TWIG code in the contentarray particle. But to be honest, that's probably a bit over the top to do just this. So, why not just use a line of custom CSS?
Use this code...
.g-content-array .g-item-title a {
pointer-events: none;
}
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.