After 2.3.0 update button text color changed

  • Posts: 267
  • Thank you received: 4
10 years 9 months ago #144303

Hi,

Just updated to business 2.3.0. The text color for my button colors have changed so that I can no long see it with the grey buttons.

Where do I go to change this color?

Why did the update change my colors as prior to the update it was good?

Thank you,

Charles

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

  • Posts: 267
  • Thank you received: 4
10 years 9 months ago #144310

Ok found the fix. Just in case anyonelse has issue I will keep post.

Hikashop Backend
Configuration
Display
General Display Options
Select CSS Front End edit icon
find: .button, .btn, a.hikashop_cart_button, a.hikashop_compare_button, .hikashop_cart_input_button{
text-decoration:none;
color: #F0F0F0 !important;

Replace color:# to whatever

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

  • Posts: 12953
  • Thank you received: 1778
10 years 9 months ago #144347

Hi,
Thanks for your feedback, can you show me some screenshots of the problem that you were having so that we can directly fix it :) ?

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

  • Posts: 19
  • Thank you received: 0
10 years 8 months ago #146508

not sure if you still need the image, but I'm running into this issue as well.

Attachments:

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 8 months ago #146551

Could you provide a link to that page ?

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

  • Posts: 19
  • Thank you received: 0
10 years 8 months ago #146572

PM sent

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 8 months ago #146594

The issue comes from the CSS

#jsn-mainbody .hikashop_subcategories_listing .hikashop_subcontainer:hover span.hikashop_category_name a {
color: #fff;
}
of the file /templates/jsn_glass_pro/ext/hikashop/jsn_ext_hikashop.css of your template. It should actually be:
#jsn-mainbody .hikashop_subcategories_listing .hikashop_subcontainer span.hikashop_category_name a {
color: #fff;
}

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

  • Posts: 19
  • Thank you received: 0
10 years 8 months ago #146601

Awesome! That did the trick.
Thanks!!!

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

Time to create page: 0.103 seconds
Powered by Kunena Forum