Edwiser RemUI 4.3.2 Remove Text Issue

Edwiser RemUI 4.3.2 Remove Text Issue

per Harry Tamber -
Nombre de respostes: 2
I am trying to remove a piece of text related to Edwiser RemUI Blocks from my dashboard.

I cannot find any setting to remove "Edwiser RemUI Blocks" - Screenshot attached.

Setup
  • Edwiser RemUI 4.3.2
  • Moodle 4.3
Can someone assist?
Fitxer adjunt Edwiser Text.png
Mitjana de qualificacions: -
En resposta a Harry Tamber

Re: Edwiser RemUI 4.3.2 Remove Text Issue

per Ananthu C -

Site Administration -> Appearance -> Themes -> Edwiser RemUI -> Basic -> Site Customization -> Custom CSS 

In custom CSS, add the following css :


.block-header-wrapper h4{

display:none !important;

}


and click "Save Changes"