Thank you If anyone needs help fixing this issue just edit the theme with notepad ++
Goto Line 7186 and make it look like this
/* Faint 'read' icons, if a 'read' icon isn't uploaded */
{{if !theme.ficon_image}}
.focus-member .ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read,
{{endif}}
.focus-member .ipsItemStatus_custom.ipsItemStatus_read{
opacity: 1;
}
/* Make icons full visibility for guests */
.focus-guest .ipsItemStatus.ipsItemStatus_read{
opacity: 1;
}