Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @ntvjg

    You can use a code like the following to change the color:

    #af-wrapper .notices-panel {
    background-color: red !important;
    border: 1px solid green !important;
    }

    You can add it to Forum -> Appearance -> Custom CSS.

    Thread Starter ntvjg

    (@ntvjg)

    Thanks! Is it also possible to remove it completely?

    Plugin Author Asgaros

    (@asgaros)

    Hello again @ntvjg

    Yes, thats possible as well. You can hide it with the following code:

    #af-wrapper .notices-panel {
        display: none !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing/removing notice’ is closed to new replies.