Okay
  Public Ticket #2607692
Categories in Header on Homepage
Closed

Comments

  • mathsmith started the conversation

    Hi,

    I just wanted to remove the Categories Tags from the Homepage. In Blog Posts etc on page it can still be there.

    Can you please help me.


    thanks


    Mathias

  •  2,963
    Andrew replied

    Hi Mathias,

    Try the following custom css in Salient > General settings > CSS/Script related:

    .grav-wrap .text a span {
        display: none !important;
    }
    

    Kind regards.

  • mathsmith replied

    Is there a possibility to change the displayed category on the main page? i guess the selected category ist the first in ABC. I want to display the primary category.

  •  2,963
    Andrew replied

    Hi Mathsmith,

    You can change it from the category element settings as shown below:

    5662645034.png

    Please let me know if this what you wanted to change.

    Thanks.