Blog Element IDs

How can I find the original element IDs of items within my blog post? I can see that the entire post itself is encapsulated within an ID, such as #blog3, and I can access and manipulate it with JavaScript using the properties panel or the page/site code. However, I am trying to target the original element ID of the date text. When I inspect element, I can only see that it has an ID like #comp-jdxid3fo_SinglePostMediaTop_MediaPost__0_0_date. I also notice that when I inspect element, I cannot find #blog3 anywhere and it has only allowed me to see another #comp- ID name. How can I target the original date element ID?

TLDR; I want to hide the date from my single blog post pages (note that I still want to keep the author and these two things are married so I cannot just uncheck a box in the Design panel)

Hi Alex,
At this moment there is no option manipulate Blog elements using code.
Feel free to add a feature request here .
Roi

Thanks, Roi.