disable bookmark star
jackmaessen
✭✭✭
hello,
I am using statsbox in my forum and it comes with the follows, the views and the comments. It seems that the star sign is the same as the follows ( if you click on it, the discussion will be bookmarked). Is it possible to disable the star sing?
0
Comments
You can add this to your custom.css
a.Bookmark, a.Bookmarked, a.Bookmarking { display:none; }Or you can move the other stuff to make room.
.StatsBox { margin-right: 15px; }❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Problem solved! The star sign was part of VanillaBootstrap theme and I could disable the star in the background.
you can also add a configuration in the config.php
$Configuration['Vanilla']['Modules']['ShowBookmarkedModule']= FALSE;
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌