• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

How to delete last topic

Scheduled Pinned Locked Moved Feature Requests
4 Posts 2 Posters 325 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • we00054643W Offline
    we00054643W Offline
    we00054643
    wrote on last edited by
    #1

    How to delete red rectangle ?
    A1.png

    barisB 1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    replied to we00054643 on last edited by
    #2

    @we00054643 You can do it with custom css.

    .categories .teaser {
      display: none;
    }
    

    Or you need to modify the template and remove it completely.

    we00054643W 1 Reply Last reply
    0
  • we00054643W Offline
    we00054643W Offline
    we00054643
    replied to <baris> on last edited by
    #3

    @baris I can't because this template template was built when i run nodebb build this is reason i dont know how to delete it

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #4

    You need to modify the template in the theme folder not in the build folder, the build folder gets overwritten after every ./nodebb build

    1 Reply Last reply
    1

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development