My current project involves customizing a Wordpress plugin, but I've encountered a frustrating obstacle.
I'm having trouble removing the three dots that appear at the bottom of the download card. Despite my efforts, I can't seem to find any selector or tag associated with these dots, and even Chrome Developer tools have been unhelpful in this regard.
Here is an image of the troublesome three dots:
https://i.stack.imgur.com/kYeMK.png
Does anyone know how I can target and hide these elusive dots? It appears that modifying the HTML structure directly is not an option, as it is generated by a shortcode within the plugin.