Shape 5

Joomla Templates => Corpway - Club => : psybox August 06, 2014, 04:33:30 AM



: pricing table colours
: psybox August 06, 2014, 04:33:30 AM
I'm obviously missing something, but I cant see where we can change the colours of the pricing tables??

thanks


: Re: pricing table colours
: mikenicoll August 06, 2014, 04:40:21 AM
Hello,

These are located in the editor.css file. An example is below:

:
editor.CSS - Line 418

.s5_pricetable_column.recommended {
    background: none repeat scroll 0 0 #333333;
    border: medium none;
    color: #ffffff;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -22px;
    padding-bottom: 23px;
    position: relative;
}

Regards,


: Re: pricing table colours
: psybox August 06, 2014, 04:42:37 AM
easy when you know how huh?  ;)  Thanks very much


: Re: pricing table colours
: mikenicoll August 06, 2014, 04:48:49 AM
No problem :)

Firebug is your friend. If using Chrome just press F12 instead.

-Mike