Skip to main content
DannyPancratz
VIP ⭐️⭐️⭐️⭐️⭐️
February 15, 2024
Solved

Custom Styling of Questions-with-zero-replies in Activity Feeds

  • February 15, 2024
  • 2 replies
  • 83 views

Because I got such a fast and great solution in this question…

 

Is there a way to create a similar script based on if a question has 0 or less than one reply? I’d want to change the color of the Title in the activity feed to make it visually stand out. 

cc: @leo-inspired & @olimarrio 

    Best answer by lauro.lana

    I'm not a front-end expert, but I tried to make a script for this and was unable to do it. It's tough because the reply icon, like counter, and timer all use the same CSS class. Also, changing the topic title color separately isn't easy because it's connected to the 'Heading color.'

    It might be doable with more advanced JavaScript, perhaps with help from a front-end engineer. Something like:

     

    2 replies

    lauro.lana
    Gainsight Employee ⭐️
    Gainsight Employee ⭐️
    February 16, 2024

    I'm not a front-end expert, but I tried to make a script for this and was unable to do it. It's tough because the reply icon, like counter, and timer all use the same CSS class. Also, changing the topic title color separately isn't easy because it's connected to the 'Heading color.'

    It might be doable with more advanced JavaScript, perhaps with help from a front-end engineer. Something like:

     

    DannyPancratz
    VIP ⭐️⭐️⭐️⭐️⭐️
    February 16, 2024

    @leo-inspired thanks for trying!

    FYI: I am no longer active in this community