How to Change Operating Hours + Sign Color

You can use CSS override code below:

#info-operating-hours .actives::before , #info-operating-hours .actives::after {
	
	background-color: #000000 !important;
}

* For more info on CSS Override, you can refer to this article here.

0