Hi there
url: pagefactory.nl my logo is a little to small, I made a custom.css in /templates/ja_alpha/css .logo-image img { max-height: 80px; } but my logo does'nt change
what I do wrong ?
regards Rob
Found the solution , change it directly in the template.css
pagefactory Hi You can add this code in custom css instead
.logo-image img { max-height: 80px!important; }
add !important as above if the code not work in custom css.
thx pankaj