Okay
  Public Ticket #3663131
category delete
Open

Comments

  • Jac started the conversation

    Hello, I want to delete this text "all" above portfolio. Is it possible? Check screenshot

    Attached files:  all.png

  •  8,555
    Tahir replied

    Hey Again,

    You can turn off the Filters in "Post Loop Builder" Page Element settings.

    Thanks.


    ThemeNectar Support Team 

  • Jac replied

    Where is it exactly?

  •  1,746
    Judith replied

    Hello Jac,

    Thanks for writing back.

    You can turn off sortable from here :https://monosnap.com/file/1QO1Bfche7QgI3j6tiSwRvUEWiM3bw

    I truly hope this proves helpful for you. Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out. 

    Best regards,


  • Jac replied

    Unfortunatelly it is post grid not post loop and there I cant see that option.

  •  1,746
    Judith replied

    Hi Jac,

    Thanks for writing back.

    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:

    .nectar-post-grid-filters a {
        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.