How to Change Operating Hours + Sign Color Created: November 11, 2017 / Author: Melanie 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