• Resolved souloist

    (@souloist)


    I have tried everything but still can’t find the code of this pesky unwanted link…. see site: https://www.souloist.info

    tried using firebug … but cannot locate the script anywhere without it.
    is it possible to edit and save the html using firebug??

    I need some sleep …please help me!

    btw .. respect to the simple scripts app… but your link is too big for my site!

    Thankyou to whoever will offer their time and assistance.
    1love.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like it in your footer.php file. in your current theme, the content of that file are displayed at the bottom of your sidebar.

    <p class="footer">
    Installed by <a title="One click installs" href="https://www.simplescripts.com">SimpleScripts</a>
    </p>

    You could just add:

    p.footer {display:none;}

    to the bottom of style.css to pull it off the graphical display. Or:

    p.footer {font-size:.7em;}

    If you’re feeling generous and just want to reduce the text size (which, I agree, is way too large).

    Thread Starter souloist

    (@souloist)

    Thanks esmi!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove unwanted link “installed by SIMPLE SCRIPTS”’ is closed to new replies.