Okay
  Public Ticket #3631925
Hide logo on homepage
Open

Comments

  •  6
    adelinemartin started the conversation

    Hello,

    Is there a way to hide my header logo from homepage only please ?
    I would like it to disappear and leave its spot available for the menu items.
    I found ways to hide it but the logo space remains blank.

    Found a similar question here but the solution also did a blank space :
    https://themenectar.ticksy.com/ticket/2527843/

    Thank you.

  •  1,659
    Judith replied

    Hello Adeline,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .page-id-6927 body #header-outer[data-format=centered-logo-between-menu] #top #logo {
        display: none;
    }
    .page-id-6927 #top nav>ul>li {
        margin-right: 0px ! IMPORTANT;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

  •  6
    adelinemartin replied

    Hello, 


    I added :

    .page-id-6927  #header-outer #logo img {
        display: none;
    }
    And it's perfect !

    Thanks :-)


  •  1,659
    Judith replied

    Hi there,

    We appreciate your effort to resolve it fully.

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest

    Your feedback is valuable to us and greatly appreciated!

     Should you have any further questions or encounter any issues, please don't hesitate to reach out.

    Best regards,