Remove link image attached to image Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Remove link image attached to image

    avatar
    Guest
    Guest


    Solved Remove link image attached to image

    Post by Guest November 24th 2022, 4:10 pm

    So, I am using my own code to attach image before a link, and it works fine. But when I upload image by servimg and then add it, it becomes link for some reason and next to the image I can see the link img.

    My code:

    Code:
    .post-content a {
      color:#1e88e5;
      text-decoration:none;
    }
    .post-content a::before {
      content: url('https://i.ibb.co/LhdS8fn/link.png');
    }

    Remove link image attached to image Screen96


    Last edited by System32 on November 29th 2022, 8:08 pm; edited 1 time in total
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 160
    Language : 🇵🇹

    Solved Re: Remove link image attached to image

    Post by tikky November 25th 2022, 2:30 am

    Hello @System32,

    You can use this solution (replace your code to)
    Code:
    .post-content a {
      color:#1e88e5;
      text-decoration:none;
    }
    .post-content a:not([href^="https://servimg.com/view/"]):not([href^="https://servimg.com/r/"])::before {
      content: url('https://i.ibb.co/LhdS8fn/link.png');
    }

    TonnyKamper likes this post

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15383
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    Solved Re: Remove link image attached to image

    Post by skouliki November 29th 2022, 7:57 pm

    When your request is complete, please mark it as Solved.

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Remove link image attached to image

    Post by SLGray November 29th 2022, 10:51 pm

    Problem solved & topic archived.
    Please read our forum rules:  ESF General Rules



    Remove link image attached to image Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.