i am a newcomer in T3 framework. To make some changes in my logo style i have fond 2 way in the documantation.
1 way : File less/variables.less
//
// T3 LOGO
// --------------------------------------------------
@T3logoWidth: 120px; //thats new
@T3logoHeight: 120px;//thats new too
@t3-logo-image: "@{t3-image-path}/logo.png";
2 way file /less/style.less
// Logo Image
// ----------
.logo-image {
// Hide sitename and slogan
span, small {
display: none;
}
width: 120px;
height: 120px;
}
but it dosn't work