• Hello,

    I don’t know if I am on the right forum, but I try πŸ™‚
    I would like to know if there is a way to find the right file to erase some string to hide an icone with, maybe, source code on Firefox, or something else.

    The addon I use : https://codeasily.com/portfolio/gmedia-gallery-modules/stripes/#!gallery-698-695
    And this is the “details” button on the right corner I would like to hide, but impossible to find where it is in the addon source code.

    Thank you guys.

    • This topic was modified 4 years, 8 months ago by kemo006.
Viewing 1 replies (of 1 total)
  • Hello @kemo006
    Addm this bit ot your css and it should do the trick:

    .mfp-details a {
        display: none !important;
    }

    I think rather than:
    “maybe, source code on Firefox, or something else.”
    You are looking for inspector in your browser. Right click on the web page and then select “Inspect” and you can examine any element or style as well as a great deal more.

    Hope this helps and have a great weekend

Viewing 1 replies (of 1 total)
  • The topic ‘Hide an icon in a plugin’ is closed to new replies.