Foren

How to completly remove logo from site

thumbnail
Aleš Pongračič, geändert vor 8 Jahren.

How to completly remove logo from site

Junior Member Beiträge: 62 Beitrittsdatum: 18.11.13 Neueste Beiträge
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, geändert vor 8 Jahren.

RE: How to completly remove logo from site (Antwort)

Expert Beiträge: 493 Beitrittsdatum: 26.05.12 Neueste Beiträge
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, geändert vor 8 Jahren.

RE: How to completly remove logo from site (Antwort)

New Member Beiträge: 3 Beitrittsdatum: 13.02.15 Neueste Beiträge
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