Custom color

Discussion in 'Customization & add-ons' started by westcircle, Jun 20, 2020.

  1. westcircle

    westcircle New Member

    Joined:
    Jun 19, 2020
    Messages:
    1
    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! :)



    [​IMG]
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    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;
    }

Share This Page