Change icons user control panel

  • Posts: 34
  • Thank you received: 2
3 years 6 months ago #324390

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9

Is there an easy way to change the icons of the user management panel?

see the attachment for which one I mean.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 4502
  • Thank you received: 610
  • MODERATOR
3 years 6 months ago #324411

Hello,

you can use some custom Css command in order to get or modify this.
First have a look on this tutorial to se how to add custom css command.

Then, in order to guide you, this kind of css command can do the trick :

div.container_html .unwanted_html_imag_class {
    display: none;
}
And in order to replace it by another icon, always via css :
div.container_html {
    content: url('url-link/new-img.png');
}

Hope this will help you to get what you need.
Regards

Last edit: 3 years 6 months ago by Philip.

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum