Edwiser RemUI 4.3.2 Remove Text Issue

Edwiser RemUI 4.3.2 Remove Text Issue

de către Harry Tamber-
Număr de răspunsuri: 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?
Atașament Edwiser Text.png
Media notelor: -
Ca răspuns la Harry Tamber

Re: Edwiser RemUI 4.3.2 Remove Text Issue

de către 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"