Zum Inhalt springen

Replace / remove the logo

Replacing or removing the logo in the header area can be done in just a few steps.

Adjust the path to the logo file in the constants

The path to the logo file can be customized in the constant editor in the main template on the "Home" page.

## Path/File: Logo of the page, also for print output
logoPathFile = fileadmin/jweilandnet_musterprojekt/Resources/Images/jweiland_logo.png

Customize CSS

If your logo has different dimensions than the sample logo, the CSS must be adapted.

In the file musterprojekt_styles.css from line 51, a minimum height is defined for the .topheader element. For the sample logo, the height is 130 pixels.

If your logo is larger, you must increase this value accordingly.

You can use the padding-top property to adjust the vertical position of the logo for the various screen resolutions.

.topheader { 
min-height: 130px;
max-width: 720px;
background-position: 100% 0;
background-repeat: no-repeat;
padding-top: 30px;
}

Remove logo

To remove the logo, the integrated Typoscript file must be removed in the setup of the main template on the "Home" page.

This page contains automatically translated content.

Updated: 17.07.2024