• Resolved DamnDramaQueen

    (@damndramaqueen)


    Hi Asgaros,

    I wander can this be take out?

    There are 2 NEW TOPIC buttons (top,bottom), same for the REPLY button.

    In general speaking, people will read from top to bottom anyway, if they going to do a new-topic or reply, just one bottom button is more than enough.

    I tried it, top/button were gone (same class).

    #af-wrapper .forum-menu a.button-normal {
    background-color: #060606 !important;
    display: none;
    }

    Is there’s other way to hide just the top button for each button?

    Please advise help, Thanks

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

    (@asgaros)

    @damndramaqueen

    You can try it with the following code:
    div.pages-and-menu:nth-of-type(3) > .forum-menu > .forum-editor-button.button-normal.button { display: none !important; }

    Thread Starter DamnDramaQueen

    (@damndramaqueen)

    Hi Asgaros,

    Hmmm, something must missing? The top button still there, and the Inspect Element is not detecting this css neither? I even cleared the cache and tried private window. No luck still.

    Any way can be check into it?

    Please advise, Thanks

    Plugin Author Asgaros

    (@asgaros)

    Hello @damndramaqueen

    Can you try to play a little bit around with the nth-of-type number, for example changing it to 1?

    Thread Starter DamnDramaQueen

    (@damndramaqueen)

    Hi Asgaros,

    It works like a charm! Both top buttons are invisible.

    Thanks for your great help as always ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘NEW TOPIC & REPLY buttons’ is closed to new replies.