Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #381152

    Hi again,

    Is it possible to hide the logo on certain pages only, and what would the code look like?

    Thank you,

    Pelyon

    #381484

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.