/* Add custom CSS styles below */ 
a[href*="offers"], 
a[href*="discount"], 
a[href*="sale"] {
    display: none !important;
}
/* إجبار نص الصفحات الثابتة على الأسود */
.page, .page * ,
.page-content, .page-content * ,
.static-page, .static-page * ,
.content, .content * ,
main.page, main.page * {
  color: #222 !important;
  background-color: #fff !important;
}