Remove iomad Logo

Remove iomad Logo

by Rehan Amjad -
Number of replies: 2

Hello!

I want to discuss onething about iomad 

Can i remove iomad default logo? which is show in admin dashboard 

I Don't want to display any logo over there 


Rehan Amjad

Average of ratings: -
In reply to Rehan Amjad

Re: Remove iomad Logo

by Nicole Schneider -
Hi Rehan,

you'll have to use CSS code. Where to insert depends on which theme you are using.
Go to Site administration /Appearance / Themes / <Theme> settings / advanced settings

For the theme "boost campus" it would be the field "Raw SCSS".
as an example:

}.pagelayout-mydashboard .block_iomad_company_admin div.col-2, .pagelayout-mydashboard .block_iomad_company_admin div.col-10 {
    display: none;}

has worked for us.

best, Nicole