color of text - cart

  • Posts: 22
  • Thank you received: 1
12 years 2 months ago #65248

Hi,

I set up a shop "hikashop" in www.toirosefestas.com
But I have a problem. I have to change the color of text that follows the images attached to white. But I am not able to do so.

Does anybody can help me?

Thank you!

* Sorry for my English. I'm Portuguese and I used an online translator to write the message.

regards,
Rodrigo Alves

Attachments:

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

  • Posts: 2334
  • Thank you received: 403
12 years 2 months ago #65400

Hi there,

The best way is to edit the CSS front end file through the Hikashop configuration. Go in System>Configuration>Display and edit the CSS by adding:

#hikashop_contentpane{
	color:white;
}
This is an example for the registration fields but you can do this for every hikashop classes and ids (to find them easily, use firebug for firefox or inspect element option of chrome and opera to spot the classes and ids you want to edit).

The following user(s) said Thank You: rafreelancer

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

  • Posts: 22
  • Thank you received: 1
12 years 1 month ago #65996

Thanks "eliot", with your help could solve part of the problem.

Only missing change the color of text in the cart module.

Again, thanks for your help "eliot"

Last edit: 12 years 1 month ago by rafreelancer.

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 1 month ago #66130

You should use such CSS:
.hikashop_cart_title{ color: white !important; }

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

Time to create page: 0.073 seconds
Powered by Kunena Forum