PDA

View Full Version : How can I remove a mod?


aburisha
12-11-2017, 09:03 AM
Some months ago, I installed a MOD that shows a red ring around a section that has new unread posts. I want now to remove that MOD but have totally forgotten how I installed in the first place.

Is there any way to remove that mod?

Here is my website
www.forums.interpretersweb.com

The MOD functions in the Themes template.

noypiscripter
12-14-2017, 04:15 AM
You might have gotten this from my site where the green online icon glows (https://vbmods.rocks/forum/vbulletin-5-modifications/vbulletin-5-template-only-modifications/95-how-to-make-the-green-online-icon-glow-using-pure-css). It doesn't look good on forum icons.

Anyway, It's just a custom CSS. You can remove it from css_additional template in AdminCP or via Sitebuilder > Style > CSS Editor. I see that you only have few CSS in css_additional template. Everything is for that glowing ring except for this one:

.b-editor--cke-toolbar-is-hidden .cke_top {
display: block
}

So if you remove everything except the code above, it will remove the red glowing ring.

aburisha
12-17-2017, 06:38 PM
Thank you very much! It worked :)