to change product name font color hover visited..

  • Posts: 182
  • Thank you received: 1
13 years 8 months ago #9387

how to change in the module products name font color hover visited..

Last edit: 13 years 8 months ago by resif.

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 8 months ago #9404

You can change the CSS of hikashop in the config under the tab display.
If you want more precise directions, please post more a precise question.

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

  • Posts: 182
  • Thank you received: 1
13 years 8 months ago #9767

is it enough precise? i said that product + name + font + color change?
look at pls can you read product name?

Last edit: 13 years 8 months ago by resif.

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 8 months ago #9768

The URL of the website is indeed a good idea because the the colors of links is defined in your template. Thanks.

You should try to add something like this:

.hikashop_product_name a:visited:hover { color:#000 !important; }

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

  • Posts: 182
  • Thank you received: 1
13 years 8 months ago #9769

i added didnt change? what is important?

.hikashop_product_name a:visited:hover { color:#000 !important; }

just changed hover for one product name

Last edit: 13 years 8 months ago by resif.

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 8 months ago #9770

Please add the CSS below at the end of the file templates/penguinmarch/css/orange.css :

.hikashop_product_name a, .hikashop_product_name a:visited, .hikashop_product_name a:hover { color:#000; }


The !important is used to override CSS defined after the current CSS. That would be necessary if you put the CSS in hikashop because your template redefines to color to yellow after hikashop... But if you put the CSS directly in the template CSS file, then you don't need the !important

Last edit: 13 years 8 months ago by nicolas.

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

  • Posts: 182
  • Thank you received: 1
13 years 8 months ago #9771

thank you so much
i will buy hikashop when i earn money
cos you are deserving that

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 8 months ago #9772

Thanks.

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

  • Posts: 182
  • Thank you received: 1
13 years 8 months ago #9773

but you can delete my site url now :)

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 8 months ago #9774

Sure

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

Time to create page: 0.073 seconds
Powered by Kunena Forum