留言板

How to completly remove logo from site

thumbnail
Aleš Pongračič,修改在8 年前。

How to completly remove logo from site

Junior Member 帖子: 62 加入日期: 13-11-18 最近的帖子
I want to remove logo from the site. But in Site Administration panel I can just change logo, not remove it.

Thank you for any help.
thumbnail
Manish Yadav,修改在8 年前。

RE: How to completly remove logo from site (答复)

Expert 帖子: 493 加入日期: 12-5-26 最近的帖子
Aleš Pongračič:
I want to remove logo from the site. But in Site Administration panel I can just change logo, not remove it.

Thank you for any help.



You have to comment or remove below line inside your theme
<Custom_theme_Name>/_diffs/templates/portal_normal.vm



#*
<a class="$logo_css_class" href="$site_default_url" title="#language(" go-to") $site_name">
					<img alt="$logo_description" height="$site_logo_height" src="$site_logo" width="$site_logo_width">
				</a>

*#
thumbnail
Manali Bhavsar,修改在8 年前。

RE: How to completly remove logo from site (答复)

New Member 帖子: 3 加入日期: 15-2-13 最近的帖子
Hii,

If you don't want to make changes in your custom theme, then you can go to
control panel-> sites-> site pages(your own site) -> look and feel and add one line in css text box
" .site-title a { display: none ;} ".

Thanks