Hide close button (Compliance Type - Just tell users that you use cookies)

Add this code to the Custom CSS field on the Style tab of your Cookie Consent widget’s settings:

[class*='eapp-cookie-consent-item-close']{
  display: none;
}