Okay
  Public Ticket #2984583
exclude logo only on the start page
Closed

Comments

  • Dick started the conversation

    .Hello,

    please, help my to exclude the logotype only on the start page. How do I?

    thank you!

    Dick Norberg

    {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  •  1,558
    Laborator replied

    Hi Dick,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in the editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • PeterKupfer replied

    Hey Art.... 

    Is there an option to exclude the logo from the start page via CSS?

    Can you share the code?

    Thanks a lot

    Peter

  • [deleted] replied

    Hi Peter,

    You can add this CSS code:

    .header-logo.logo-image img {
        display: none;
    }

    in the Parameters and Options > Custom CSS area of that page.

    Have a nice weekend!