Hello, i use my logo on the landing page with the color white #FFFFFF, but the same logo is used for the portfolio and is therefore no longer visible, is it possible to use an alternative logo for the portfolio? Many Thanks

Hi,

You have to add a suffix to pages where you want to use another logo, please refer to this article:
https://www.gavick.com/documentation/joomla/how-to-disable-content-on-selected-joomla-pages

add i.e. invert-logo suffix. Now you have to add the following custom css code:

body.invert-logo .gk-logo {
	background: url('https://url/toyour-black-logo.png');
	height: 40px;
	width: 200px;
}

body.invert-logo .gk-logo img {
	display: none!important;
}

Cheers
Joshua

    6 months later
    Write a Reply...
    You need to Login to view replies.