掲示板

How to completly remove logo from site

thumbnail
8年前 に Aleš Pongračič によって更新されました。

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
8年前 に Manish Yadav によって更新されました。

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

Expert 投稿: 493 参加年月日: 12/05/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
8年前 に Manali Bhavsar によって更新されました。

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

New Member 投稿: 3 参加年月日: 15/02/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