contact button in or after product description

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157903

It's truly a mystery then.

I can apply any of the CSS I gave you in Firebug, and it works. Obviously, your frontend_custom.css is loading, and what else is in there applies. Like for example the style for the add-to-cart button, which is basically what's in template.css for *.art-button, plus what's for .hikashop_product_right_part input.btn.button.hikashop_cart_input_button in frontend_custom.css.

I trust that, whichever way you're accessing the server right now, you have write permission for the files, and changes you're making actually save.

What if you e.g. put // at the beginning of the line "background: -moz-linear-gradient(center top , #F500A3 0px, #AD0074 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);" near line #2302 in frontend_custom.css and save? The add-to-cart button should lose the pink and turn grey. Does it do that? If not, you know you're either on the wrong server, or in the backup site, or can't write the file, or something else funny... :silly:


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

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

  • Posts: 222
  • Thank you received: 1
11 years 3 months ago #157913

Can you see now? I put // and "add to cart" button turned to grey.

If I do something with this button in Firebug I see also changes. But that is no real change....

Last edit: 11 years 3 months ago by Vero.

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

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157915

Yoh, and smaller, too - meaning you successfully disabled the entire relevant block in frontend_custom.css!

Now, why in the friggin' world does the code for the contact button not go through...


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

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

  • Posts: 222
  • Thank you received: 1
11 years 3 months ago #157918

Now I did that back, because my site is online. It looks not fine if someone is on my site.

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

  • Posts: 26275
  • Thank you received: 4045
  • MODERATOR
11 years 3 months ago #157958

Hi,

Replace

.hikashop_product_contact_main input.btn.button.hikashop_cart_input_button.art-button{
font-size: 14px !important;
padding: 5px 15px !important;
}
By
div#hikashop_product_contact_main input.art-button {
  font-size: 14px !important;
  padding: 5px 15px !important;
}
(with "!important" or not, it should work).

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 222
  • Thank you received: 1
11 years 3 months ago #157995

Replaced. It not working.

Last edit: 11 years 3 months ago by Vero.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 3 months ago #158046

Hi,

Sorry, I have not read the entire topic (too long).
Can you try to use the indicated css property at the end of your main css file in your template directly ? Still with the "!important" ?

If my answer don't help, thanks to make a little summary of your current needs.

The following user(s) said Thank You: Vero

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

  • Posts: 222
  • Thank you received: 1
11 years 3 months ago #158122

Yes, it now works!

Many many thanks!!!

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

Time to create page: 0.078 seconds
Powered by Kunena Forum