Hi Divya,
You can alter specific repeater items through code using the onItemReady() event handler for the repeater. Just use an if statement to differentiate between the ones you wish to alter and the ones you don’t.
you can read more about how to use the onItemReady() event handler here:
https://www.wix.com/corvid/reference/$w.Repeater.html#onItemReady