Submit buttin on change your password hidden

  • Posts: 527
  • Thank you received: 9
  • Hikashop Business
20 hours 27 minutes ago #367837

Hi, The 'submit' button on change your password is hidden until 'mouse over' can you advise how to fix this please.

Rgds

Attachments:
Last edit: 20 hours 19 minutes ago by mohairbears.

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

  • Posts: 84079
  • Thank you received: 13629
  • MODERATOR
14 hours 55 minutes ago #367841

Hi,

This is a Joomla page, not a HikaShop page. And the issue comes from the custom CSS code you've added to your template.
In the file /templates/lt_clothesshop/css/custom.css you've added the code:

.page-item.active .page-link, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
a.hikabtn.hikacart, .btn, .slider-btn:hover a {
 background-color: var(--background-color) !important;
}
in order to set the background color of the button. However, "--background-color" is not defined in your CSS.
Change "var(--background-color)" to "yellow" or something else and you'll get the background color of your button to appear with that color.

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

Time to create page: 0.058 seconds
Powered by Kunena Forum