Loading...
 
Features / Usability

Features / Usability


Is it possible to hide the admin upload logo icon ?

posts: 8633 Israel

Since Tiki25 it is needed to use the logo module to display a brand icon (Bootstrap Classic layout). However it comes with a relatively big icon to upload a different logo. Its annoying. 🤷🏻‍♂️

Screen Shot 2022 11 13 At 10.32.25

I can hide it using :
.box-logo .tips {display:none}

But isn't it possible to hide this "image" button using admin options ?

posts: 4656 Japan

Hi Bernard,

There's no way to switch this off as far as I know, so it kind of violates the "make it optional" guideline; maybe that should be changed. In the meantime, you can add this CSS rule in Look & Feel Admin:

.box-logo .btn-primary { display: none !important; }

-- Gary