Okay
  Public Ticket #870072
Remove "ALL" in Portfolio
Closed

Comments

  •  2
    Sean started the conversation

    Hello. First of all, thanks for such a wonderful theme. :)

    Can I find out how to remove the "Category" title on the Left side, and how to remove "ALL" in the sorter.

    For example, I have right now:

    "All, Cat A, Cat B, Cat C"

    I only want to see

    "Cat A, Cat B, Cat C" in the sorter, and when any one of the category is selected, there is no repeat of the category name/title on the left side.

    Please advise. Thank you ThemeNectar! :)

  •  2,719
    Andrew replied

    Hi Sean,

    Thanks for purchasing Salient theme and for your kind words :)

    Regarding your question, I believe you can use the following CSS code to do that. Just add it to the Custom CSS Code box on "Salient > General Settings > CSS/Script Related".

    .portfolio-filters-inline #current-category,
    .portfolio-filters-inline .container > ul li:nth-child(2) {
        display:none;
    }

    If that doesn't work, could you please share the URL to the page so I can check it out?

    I hope this helps. If you have any other questions, feel free to ask me again :)