Hikashop Control Panel buttons - format

  • Posts: 70
  • Thank you received: 4
3 years 7 months ago #322969

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.20
-- PHP version -- : 7.3.21
-- Browser(s) name and version -- : various

I have attached a screenshot. The buttons on the Control Panel options have a blue icon which does not suit the style of my website. Can you please advise me how I can change or remove these blue icons - many thanks.

Attachments:

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

  • Posts: 4486
  • Thank you received: 609
  • MODERATOR
3 years 7 months ago #322972

Hello,

First you have to know that there we haven't icon but fontawesome , it means that we have to 2 solutions for you :
1. Use a command css to hide these "fontawesome icons", with a css command like this :
.html_content_class i {
display:none;
}


Note : Have a look on this tutorial to see how to add custom css code.

2. OR you add a new color to these "fontawesome icons", like a font, as it works exactly like a classic font.
.html_content_class i {
color: #333;
}


Hope this will help you to progress on your subject.
Regards

Last edit: 3 years 7 months ago by Philip.

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

  • Posts: 70
  • Thank you received: 4
3 years 7 months ago #323007

Hi,
Thank you for your response. However, what ever I type into the css file it does not do anything. I have attached a file. Please advise what I should be putting as the element. Many thanks.

Attachments:

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

  • Posts: 4486
  • Thank you received: 609
  • MODERATOR
3 years 7 months ago #323064

Hello,

Can you provide an Url link that we see by ourselves what's which prevents your css code from working as it should.
Regards

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

  • Posts: 70
  • Thank you received: 4
3 years 7 months ago #323072

Hi,
Thank you for your response. My site is in maintenance mode as there are a few Hikashop issues that need to get resolved before it goes live. If I put the site in live mode are you able to look at this is a given timescale so I can close it after?

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

  • Posts: 4486
  • Thank you received: 609
  • MODERATOR
3 years 7 months ago #323073

Hello,

This is possible, but a little complicated with our work organization, and we see a more easy solution can you provide your HikaShop frontend file css WITH your custom code in order to see what is possibly wrong in your custom code.
For this, use the Contact us form to provide these elements, and add an Url link to this topic.

Awaiting news from you to progress on your subject.
Regards

Last edit: 3 years 7 months ago by Philip.

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

  • Posts: 70
  • Thank you received: 4
3 years 7 months ago #323115

Thank you for your reply. I had another go at this today and managed to find a different class that worked.
.hikabtn span.hk-icon i {
color: #ffffff;
}
This now works good - thank you.

The following user(s) said Thank You: Philip

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

Time to create page: 0.065 seconds
Powered by Kunena Forum