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
Joshua-M i have add your CSS Code but it doesnt Work ? https://www.paris-studios.de/projects.html
pariswhitney Hi
Can you add your admin and ftp details in edit fields in order for us to take closer look.
For reference, You can follow thread post (5 point) procedure.