Foros de discusión

How to completly remove logo from site

thumbnail
Aleš Pongračič, modificado hace 8 años.

How to completly remove logo from site

Junior Member Mensajes: 62 Fecha de incorporación: 18/11/13 Mensajes recientes
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, modificado hace 8 años.

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

Expert Mensajes: 493 Fecha de incorporación: 26/05/12 Mensajes recientes
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, modificado hace 8 años.

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

New Member Mensajes: 3 Fecha de incorporación: 13/02/15 Mensajes recientes
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