Hide Decline button

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

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