Comments on [ F2U ] Telling All Comments Start of Thread Parent

hihi and thank youu!!

for removing the tabs themselves, you can actually just delete the tab icons.  no need to worry about the content, as deleting the tabs removes access overall, like this:

<li class="nav-item col">
<a class="card-block p-2 text-white btn-block active" href="#one"
data-toggle="tab">
<i class="fas fa-user"></i>
</a>
</li>

<li class="nav-item col">
<a class="card-block p-2 text-white btn-block" style="color:#000" href="#two"
data-toggle="tab">
<i class="fas fa-heart"></i>
</a>
</li>

<li class="nav-item col">
<a class="card-block p-2 text-white btn-block" href="#three"
data-toggle="tab">
<i class="fas fa-book-open"></i>
</a>
</li>

<li class="nav-item col">
<a class="card-block p-2 text-white btn-block" href="#four"
data-toggle="tab">
<i class="fas fa-star"></i>
</a>
</li>

<li class="nav-item col">
<a class="card-block p-2 text-white btn-block" href="#five"
data-toggle="tab">
<i class="fas fa-link"></i>
</a>
</li>

if deleting the content itself makes the code more clean/less busy for you, delete the sections until you get to the </div></div></div> like this (this is an old image, just delete what you don't need).  in case you weren't aware, you can group codes by pressing the arrows next to the line numbers!

hope this helps! <3


This user is not visible to guests.