Where to change logo2 size

Where do I have to modify dimensions of logo2?
I’ve tried in theme.ccs at h1 #logo, but it doesn’t work.
Regards,
Miguel

6 answers

Profile photo of Sherlock 0.00 $tone September 29, 2010
Public

Where do I have to modify dimensions of logo2?
I’ve tried in theme.ccs at h1 #logo, but it doesn’t work.
Regards,
Miguel

Hi magetel,

You can go to the skin/frontend/default/jm_norite/css/theme.css file, looking for this css

HTML Code:

         .ja-homepage h1#logo {
             height: 80px;
             width: 318px;
         }

        .ja-homepage h1#logo a {
            height: 80px;
            width: 318px;
            background: url(../images/logo.png) no-repeat left top;
        }

And then you change the values of width and height as you wish !

#1
Profile photo of MIGUEL GONZALEZ 0.00 $tone September 30, 2010
Public

Thank for your reply, but changing these values you get the homepage logo changed…
The logo2 is the small logo you can see on inner pages (category page, product page…)
Any help?
Miguel

#2
Profile photo of thangnn1510 0.00 $tone October 22, 2010
Public

Dear Magetel!
We are sorry for this late reply. To change dimension of logo2, please do the following steps:
-- Change logo2.png file located in "skin\frontend\default\jm_norite\images".

-- Open: "/skin/frontend/default/jm_norite/css/theme.css", and find the following lines:

Code:

h1#logo a {
background:url("../images/logo2.png") no-repeat scroll left top transparent;
color:#FFFFFF;
display:block;
font-size:200%;
height:52px;
text-decoration:none;
text-indent:-99999px;
width:163px;
}

edit height:52px to suit your new size of logo2.
Hope this help.

#4
Profile photo of MIGUEL GONZALEZ 0.00 $tone October 22, 2010
Public

Thank you again thnagnn1510,
I had changed these lines, but the problem was they were written in wrong order and the logo2 occupied a big area in the page.
Best regards,
Miguel

#5

Please login or Register to Submit Answer

Written By

Comments