• Hi there,

    Some time ago I added an affilite banner to the bottom of my website, ArtisticMoods.com (saatchi art banner all the way at the bottom).

    I have been trying to delete it but for some reason cannot find the code in my sheets anomore anywhere. I updated my website to a different theme, could this have something to do with it?
    Anyone have an idea on where I should be looking for the this?

    Thanks a bunch in advace!

    Sandra

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello @sandraapperloo

    To delete the banner from the bottom of your website, at first you need to add the Custom CSS though the plugin.

    You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.

    Custom CSS

    After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.

    Here copy and paste below CSS

    
    .textwidget {
        display: none;
    }

    Best Regards!!

    Thread Starter sandra.apperloo

    (@sandraapperloo)

    Thanks for helping me out! It worked ??

    Best regards,
    Sandra

    Thread Starter sandra.apperloo

    (@sandraapperloo)

    Oh wait, it didn’t.. sorry :S

    Now some other important ads and widgets are missing too.

    Is there any way to edit this the usual way (via the editor in he dashboard)? Why is the code not showing up there anymore?

    Thanks Again!
    Sandra

    Hello @sandraapperloo

    I am very sorry that i could not understand what are you trying to say.

    Do you just want to remove the banner image or the entire text widget. Please let me know so that i could provide with the solution you needed.

    I hope you understand.

    Best Regards!!

    Thread Starter sandra.apperloo

    (@sandraapperloo)

    Sorry ??

    I want only the banner to go away. But when I enetered the code you mentioned some other widgets in my sidebar dissapeared as well. So basically I am looking for a way to only make the big banner go away.

    And I was wondering if there is a way to do this via the editor in the wordpress dashboard instead of an app?

    Thanks again for your help!

    Sandra

    Hello @sandraapperloo

    Its not a app but a plugin which i think is very easy to use and i dont think there exist any kind of setting to remove the banner image which is in your website.So

    Please try the below CSS

    .textwidget img {
        display: none;
    }

    I hope this will solve your issue now.

    Best Regards!!

    Thread Starter sandra.apperloo

    (@sandraapperloo)

    Hi @teeru,

    I tried it again but some images still dissapearing from my sidebar. Is there a more specific code that will only remove the saatchi banner?

    The thing is that I placed the ad code there myself some months ago via dashboard > appearance > editor. Tah is how I used to do minor adjustments. It seems strange to me that the code is now no longer tere.

    Thaks again,
    Sandra

    Hello @sandraapperloo

    I am very sorry for the late reply.
    Please use the below CSS and i think this must solve your issue.

    .textwidget a[href*="jdoqocy.com"] {
        display: none;
    }

    But i suggest you to remove the text-widget itself because it might cause a problem .

    I hope you understand.

    Best Regards!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Unable to delete ad code from site’ is closed to new replies.