Hello! Recently I bought the aMember and I was wondering if there is an option to choose custom color for the field that I have marked with a yellow marker in the screenshot below. I would more than appreciate if someone could guide me in this regard. Also I am sorry if there is already a solution thread for this situation (please link me to if there is one so I can delete this duplicate thread). Meanwhile wishing ya' all an awesome day!
Hello, You can put the following CSS rule to site.css file: https://docs.amember.com/docs/Site_css_file Code: .am-info { background: #ff8a80; border: none; color: white; } .am-info a { color: white; text-decoration-color: white; }