Hi again,
Is it possible to hide the logo on certain pages only, and what would the code look like?
Thank you,
Pelyon
Hey Jason!
Add a codeblock element to the page content and then add this inside.
<style type = "text/css">
.logo { display: none; }
</style>
Cheers!
Elliott