coralproject / talk

A better commenting experience from Vox Media
https://coralproject.net
Other
1.89k stars 355 forks source link

Manipulating HTML #4657

Open AuliArbete opened 1 month ago

AuliArbete commented 1 month ago

Is it possible to manipulate the html you get back from Coral?

losowsky commented 1 month ago

I'm not sure what you're asking. What are you trying to do?

nawazsuventure commented 6 days ago

@AuliArbete you can update the styling by inspecting it in the browser and checking the components class names and in your code base you can update the styling of that class. Also, we can do DOM Manipulation using the class names.