- Posts: 4
- Thank you received: 0
remove logo bella agency models
-
joel caetano
Inactive member - Topic Author
- New Member
Less
More
10 years 8 months ago #38302
by joel caetano
remove logo bella agency models was created by joel caetano
Hi.
I'm Joel I have A template hot model agency but I can't remove the logo of Standard template. like on this pic. When I insert my logo he has subscrite
I'm Joel I have A template hot model agency but I can't remove the logo of Standard template. like on this pic. When I insert my logo he has subscrite
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #38311
by ivan.milic
Replied by ivan.milic on topic remove logo bella agency models
In template_css.php:
.logo_image {
background:url(<?php echo $template_path; ?>/images/logo<?php echo $logo_image; ?>.png) no-repeat;
}
and in layout.css:
.logo_image {
width:164px;
height:84px;
background:url(../images/logo_white.png) no-repeat;
}
remove background property completely form both places
.logo_image {
background:url(<?php echo $template_path; ?>/images/logo<?php echo $logo_image; ?>.png) no-repeat;
}
and in layout.css:
.logo_image {
width:164px;
height:84px;
background:url(../images/logo_white.png) no-repeat;
}
remove background property completely form both places
Please Log in to join the conversation.
Time to create page: 0.157 seconds