- Posts: 15
- Thank you received: 0
Logo appearing twice
-
edgar
Active member -
Topic Author
- New Member
-
Less
More
2 weeks 3 days ago #51963
by edgar
Logo appearing twice was created by edgar
Hi team, I have customised to use Logo Image file in the Templete Branding, but now the logo is appearing twice , one bigger that the other. How do i remove the tiny logo, as attached
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6868
- Thank you received: 727
2 weeks 3 days ago #51964
by milos
Replied by milos on topic Logo appearing twice
Hello,
By default, the logo in this template is textual with a background image of a cup of tea. If you want to use just a logo image, please edit the file /media/templates/site/tea/css/custom.css and delete these parts:
and
and
and
and
Regards,
Milos
By default, the logo in this template is textual with a background image of a cup of tea. If you want to use just a logo image, please edit the file /media/templates/site/tea/css/custom.css and delete these parts:
Code:
.mp_logo {
background:url('../images/logo.png') no-repeat 220px 10px;
background-size: 70px;
}
and
Code:
.mp_logo {
background: url('../images/logo.png') no-repeat 180px 10px;
background-size: 70px;
}
and
Code:
.mp_logo {
background: url('../images/logo.png') no-repeat 150px 10px;
background-size: 70px;
}
and
Code:
.mp_logo {
background: url('../images/logo.png') no-repeat 90% 10px;
background-size: 70px;
}
and
Code:
.mp_logo {
background: url('../images/logo.png') no-repeat 90% 15px;
background-size: 60px;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.271 seconds