remove task icon at end of task line

Home Forums GovIntranetters remove task icon at end of task line

Tagged: 

Viewing 3 reply threads
  • Author
    Posts
    • #3064
      Andrew S
      Participant

      this may be a very simple fix, but is it possible to remove the task icon at the end of the title line for a task?

      and can this also be done for guide (when tasks are nested) ?

      thank you

    • #3065
      Luke Oatham
      Keymaster

      You can add some custom CSS to hide the icons:

      .task-context { display: none; }

    • #3066
      Andrew S
      Participant

      Thank you – would I add that to style css ? not quite sure where to add it

    • #3067
      Andrew S
      Participant

      Luke – thanks for replying so swiftly – I have looked in this some more, and created a child theme, and then added this line to to the style.css in my child theme and everything appears to be working correctly- all new ground for me, and hopefully I am on the right path – thanks

Viewing 3 reply threads
  • You must be logged in to reply to this topic.