Link below the footer removal

admin2025-06-05  2

i am just starting out with wordpress ,have a hosting account and using wordpress there..In every page,below the footer there is a link that takes people to donate to doctors without borders. I need that link removed and i can't locate anywhere..i tried in wp editor,in cpanel..no luck..if i inspect the source from a webpage i see: tried to copy from there but it just shows text here..the site is thisisyours.space

i am just starting out with wordpress ,have a hosting account and using wordpress there..In every page,below the footer there is a link that takes people to donate to doctors without borders. I need that link removed and i can't locate anywhere..i tried in wp editor,in cpanel..no luck..if i inspect the source from a webpage i see: tried to copy from there but it just shows text here..the site is thisisyours.space

Share Improve this question edited Dec 8, 2018 at 10:59 The Seeker asked Dec 8, 2018 at 10:35 The SeekerThe Seeker 153 bronze badges 6
  • not clear your question – vikrant zilpe Commented Dec 8, 2018 at 10:44
  • please add screenshot your page – vikrant zilpe Commented Dec 8, 2018 at 10:46
  • 1 From an earlier edit it looked like you tried to include some HTML which will have got removed by the editor. When you want to insert code like that select it with the mouse and press Ctrl-K to format as code. Then if you look below at the preview you should see it's been formatted correctly. – PeterJ Commented Dec 8, 2018 at 10:50
  • add this css class your style.css file .footlinks{display:none !important;} – vikrant zilpe Commented Dec 8, 2018 at 11:08
  • 1 @vikrant zilpe Thank you !i added the css class and it worked ! – The Seeker Commented Dec 8, 2018 at 11:40
 |  Show 1 more comment

1 Answer 1

Reset to default -1

add this css class your style.css file

.footlinks{display:none !important;} 
转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749116204a316499.html

最新回复(0)