Change system messages look

  • Posts: 64
  • Thank you received: 5
11 years 10 months ago #94140

I has been asked before but never answered: how to change the look of the system messages? The one you get after a purchase etc..

When I look with firebug it lookes like the class="messages".
For instance I changed these to my own style, but no luck.

div.hikashop_messages{
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-top-style:dotted;
	border-top-width:1px;
	font-weight:bold;
	margin:5px 10px;
}

.hikashop_messages li{
	list-style-type : none;
}

div.hikashop_warning{
	background-color:#eff2f5;
	border-bottom-color:#ee1169;
	border-top-color:#ee1169;
	color:#392d31;
}

div.hikashop_success{
	background-color:#eff2f5;
	border-bottom-color:#ee1169;
	border-top-color:#ee1169;
	color:#392d31;
}

Maybe there are new ideas.

Last edit: 11 years 10 months ago by Jerome. Reason: using code tag

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

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #94267

Hi,

This is the Joomla messages, it's not HikaShop related.

But you can add/edit the css property for:
#system-message dd.notice{ /* properties */}

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

  • Posts: 64
  • Thank you received: 5
11 years 9 months ago #94309

Thanks! That's what I was looking for. I found it in: media/system/system.css

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

Time to create page: 0.066 seconds
Powered by Kunena Forum