[REQ] Enlighter - Customizable Syntax Highlighter v4 plugin - remove backlink button

oblique

New member
Feb 12, 2020
15
0
1
I have a problem with this code highlighter plugin. The last button with an "E" on it and no tool tip sends users to the author's website. This is confusing for visitors and scares them thinking their browser got hijacked.

Here is where the plugin resides:

Here is a vague instruction on how to hide the "E" button that sends users to the author's website. I can't figure out where or how to add this code to the plugin to allow it to remove the "E" button.


Here is what the author published:

// override default settings
.enlighter-default{
// hide rawcode button
.enlighter-btn-raw{
display: none;
}

// no changes to the copy button
.enlighter-btn-copy{
}

// hide window button
.enlighter-btn-window{
display: none;
}

// please keep the EnlighterJS Website Link visible!
.enlighter-btn-website{
}
}

I would assume since it is the last entry in this code, it should have a "display: none;" line entered to it.

I simply don't know what .css file needs to be modified and where. Any help appreciated.
 

oblique

New member
Feb 12, 2020
15
0
1
The author is working to rectify this, so no need to fret about my post above. Thanks for looking anyway.
 

Forum statistics

Threads
69,229
Messages
908,458
Members
237,126
Latest member
skzh6210

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu