IE CSS

  • Posts: 108
  • Thank you received: 1
9 years 11 months ago #214822

-- url of the page with the problem -- : kfar-saba-museum.org

Hi,

There is somehow miss match between firefox, chrome and IE.
I need to make the BUY NOW buttons here: kfar-saba-museum.org/%D7%A7%D7%94%D7%9C-%D7%A8%D7%97%D7%91

to appear correctly also in IE, I cannot find the CSS file for that. (at the moment they are white and cannot be seen)

thanks.

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

  • Posts: 84247
  • Thank you received: 13690
  • MODERATOR
9 years 11 months ago #214827

Hi,

You want to change the line:
background-color: #eee;
to:
background-color: #7cbd71;

in the custom CSS code that you added in the frontend CSS file of HikaShop:

a.hikashop_cart_button, a.hikashop_compare_button, .hikashop_cart_input_button {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
    margin: 10px;
    /* margin-top: -50px; */
    padding: 3px 8px;
    text-align: center;
    box-shadow: none !important;
    text-shadow: none !important;
    border: 1px solid;
    border-color: #EEEEEE #DDDDDD #DDDDDD #EEEEEE;
    border-radius: 3px;
    background-color: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#7cbd71), to(#64a259));
    background: -webkit-linear-gradient(top, #7cbd71, #64a259);
    background: -moz-linear-gradient(top, #7cbd71, #64a259);
    background: -o-linear-gradient(top, #7cbd71, #64a259);
    background: linear-gradient(top, #7cbd71, #64a259);
}

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

Time to create page: 0.053 seconds
Powered by Kunena Forum