Home Forums Basel support forum Remove logo header in one page

Remove logo header in one page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #26023

    Anonymous
    Inactive

    Hi
    In the custom fields, I haven’t found how I could remove the logo of the header in only one page. Is there some other way (CSS) to do so ?

    PS : in the CSS field of the page, I have tried to add : .logo { display: none; }
    but with no result…

    #26029

    Anonymous
    Inactive

    Site informations following

    #26043

    Artem Temos
    Keymaster

    Hi,

    You can use this CSS code to remove the logo

    div.site-logo {
    	display: none!important;
    }

    Regards

    #26051

    Anonymous
    Inactive

    Something is going wrong. When I type your CSS, I have a warning icon

    #26053

    Artem Temos
    Keymaster

    We tested this code on our site and it works perfect.

    #26055

    Anonymous
    Inactive

    I have removed “div”
    .site-logo {
    display: none!important;
    }
    now it works, but I still have a warning icon beside the 2nd line. Do I keep it this way ?

    #26056

    Artem Temos
    Keymaster

    Yes, you can keep it without worries.

    #26060

    Anonymous
    Inactive

    OK Thanks !

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Remove logo header in one page’ is closed to new replies.