- Posts: 7
- Thank you received: 0
Logo background
-
adversace2
Inactive member - Topic Author
- New Member
Less
More
10 years 7 months ago #39085
by adversace2
Logo background was created by adversace2
I have my own logo and do not want to use the given one in the template. I want to replace it with my own. When I do so, I still have the ribbon in the background. How do I get rid of that and just use my own logo?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #39088
by ivan.milic
Replied by ivan.milic on topic Logo background
In template_css.css:
.mp_logo {
background: url(../images/custom/logo_bg.png) no-repeat center;
height: 159px;
}
remove line:
background: url(../images/custom/logo_bg.png) no-repeat center;
.mp_logo {
background: url(../images/custom/logo_bg.png) no-repeat center;
height: 159px;
}
remove line:
background: url(../images/custom/logo_bg.png) no-repeat center;
The following user(s) said Thank You: shokti
Please Log in to join the conversation.
Time to create page: 0.158 seconds