How to change the text colour of the 'cookie policy' link button on cookie notification pop up

Good Evening,

I am using Shella Theme and I am trying to amend the text colour for the ‘cookie policy’ button on the cookie notification pop up. As you can see in the screen shot below, currently the words ‘cookie policy’ are the same colour as the background of the pop up, therefore they are not very well visible.

Would appreciate any help.

Thank you,

URL: https://endless-retro-22.myshopify.com/

@Endlessretro

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.min.css ->paste below code at the bottom of the file.
.notification-cookies__button-info, .notification-cookies__button-info:active, .notification-cookies__button-info:link, .notification-cookies__button-info:visited {
    color: var(--theme2);
}

Hello @KetanKumar

Thank you for your reply.

I have followed your instructions and as per the below screen shots it unfortunately has not worked. Please do you have any other solution?

Thank you

@Endlessretro

yes please try this code

.notification-cookies__button-info, .notification-cookies__button-info:active, .notification-cookies__button-info:link, .notification-cookies__button-info:visited {
    color: #fff !important;
}

@KetanKumar thank you so much