Remove Global announcement , Important and Pinned text
3 posters
Page 1 of 1
Remove Global announcement , Important and Pinned text
Hello,
How can i remove the texts from my forum?
- Global announcement
- Important
- Pinned text
-Screen delete by Joost-
How can i remove the texts from my forum?
- Global announcement
- Important
- Pinned text
-Screen delete by Joost-
Last edited by Joost on August 12th 2017, 5:36 pm; edited 2 times in total
Re: Remove Global announcement , Important and Pinned text
Hello @Joost,
Try adding this CSS code:
Try adding this CSS code:
- Code:
div.forumbg div.inner ul.topiclist li.row > dl.icon > dd.dterm > strong {
display: none;
}
Re: Remove Global announcement , Important and Pinned text
I see this now, i have remove the text in the administration panel.
-Screen delete by Joost-
-Screen delete by Joost-
Last edited by Joost on August 12th 2017, 5:36 pm; edited 1 time in total
Re: Remove Global announcement , Important and Pinned text
Hi,
Your forum can't be accessed by guests and the user and pass you sent me by PM are not working. I need them to get the selectors from your forum and make a code to hide the texts
Your forum can't be accessed by guests and the user and pass you sent me by PM are not working. I need them to get the selectors from your forum and make a code to hide the texts
Guest- Guest
Re: Remove Global announcement , Important and Pinned text
Justice wrote:Hi,
Your forum can't be accessed by guests and the user and pass you sent me by PM are not working. I need them to get the selectors from your forum and make a code to hide the texts
Hello,
I have send you a PM!
Thanks
Re: Remove Global announcement , Important and Pinned text
Hi,
Add this JS code with placement on subforums:
Add this JS code with placement on subforums:
- Code:
$(function(){
var elem=document.querySelectorAll("dd.dterm"), len=elem.length, i=0;
if(len){
for(i;i<len;i++){
elem[i].innerHTML=elem[i].innerHTML.replace(/ strong>Globale mededeling: /, "")
}
}
})
Guest- Guest
Re: Remove Global announcement , Important and Pinned text
Topic solved and archived~ brandon_g
|
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Similar topics
» Sticky / Pinned text background codes
» How to remove Global announcement in Recent topic
» How do I remove this text?
» how do i remove text from forum?
» Remove the Text Links from Nav menu
» How to remove Global announcement in Recent topic
» How do I remove this text?
» how do i remove text from forum?
» Remove the Text Links from Nav menu
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum