Okay
  Public Ticket #3670995
remove home button
Closed

Comments

  •  6
    whatneobank started the conversation

    Hi there,

    I would like to remove the text/button that appears in all pages of my website to conduct people to home page (i attached an image to facilitate the explication).

    Could you please tell me how i can remove it?

    Best Regards,

    Attached files:  doubtt.png

  •  1,782
    Judith replied

    Hi there,

    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:

    p#breadcrumbs {
        display: none;
    }

    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
    whatneobank replied

    Hi, it worked as expected and i already been able to eliminate them.

    Thank you for all the kind help.

    Best Regards,