Hi, I am setting the colorsfor this site and thing is the buy button color is set as white and it looks white when logged in, thing is when the user is logged out the color is yellow as the link, this is weird, I don't want the colors to be changing because the button is yellow as well so the user can't read the "buy course" letters. take a look:
When logged out: https://prnt.sc/ydgg82
When logged in: https://prnt.sc/ydgifq
Please help!
This reply has been marked as private.
please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
.course_button.full.button a{color:#ffffff;}
Thanks, this fixed it!
you can close this topic