change content restriction box background color

  • Jerry Jensen
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 8 months ago #150734 by Jerry Jensen
How might I change the background color of the content restriction box?

I'd like to change this green background to blue.

 

Thank you for your help!

 
  • Please Log in or Create an account to join the conversation.

    More
    2 years 8 months ago #150738 by Tuan Pham Ngoc
    Replied by Tuan Pham Ngoc on topic change content restriction box background color
    Hello

    Go to Membership Pro -> Configuration, look at Custom CSS tab, enter this css code:

    #restricted_info
    {
    background-color: red !important;
    }

    Change red to the color code you want and it should be fine

    Tuan
    The following user(s) said Thank You: Jerry Jensen

    Please Log in or Create an account to join the conversation.