change the gradient color of div.itemToolbar

Can you please tell me the exact file to change the gradient color of div.itemToolbar see attached
Thanks
9 years 11 months ago #1 by matthew

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

  • Posted by TemplatePlazza (5310) Offline
Hi, pleas eopen file templates/deal_plazza/css/com_k2.css around lines 81 you will see this code :
div.itemToolbar {
    padding:10px;
    font-weight: 700;
    border: none;
    margin: 15px 0 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #efefef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 239, 239)), to(rgb(224, 223, 225)));
    background-image: -webkit-linear-gradient(top, rgb(239, 239, 239), rgb(224, 223, 225));
    background-image: -moz-linear-gradient(top, rgb(239, 239, 239), rgb(224, 223, 225));
    background-image: -o-linear-gradient(top, rgb(239, 239, 239), rgb(224, 223, 225));
    background-image: -ms-linear-gradient(top, rgb(239, 239, 239), rgb(224, 223, 225));
    background-image: linear-gradient(top, rgb(239, 239, 239), rgb(224, 223, 225));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#efefef', EndColorStr='#e0dfe1');
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0px -1px 5px #ccc;
    border-radius: 4px;
 
	}

change that to
div.itemToolbar {
    padding:10px;
    font-weight: 700;
    border: none;
    margin: 15px 0 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #efefef;
    border-radius: 4px;
 
	}
9 years 11 months ago #2 by TemplatePlazza

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

I realy wanted something like see attached does it look different in different browsers?
9 years 11 months ago #3 by matthew

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

Powered by Kunena Forum