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.

Remove Global announcement , Important and Pinned text

3 posters

Go down

Solved Remove Global announcement , Important and Pinned text

Post by Joost August 6th 2017, 7:40 pm

Hello,


How can i remove the texts from my forum? Smile
- 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
Joost
Joost
Active Poster

Male Posts : 1402
Reputation : 194
Language : Dutch, English
Location : The Netherlands

https://ondersteun.actieforum.com/

Back to top Go down

Solved Re: Remove Global announcement , Important and Pinned text

Post by YoshiGM August 7th 2017, 2:04 am

Hello @Joost,
Try adding this CSS code:

Code:

div.forumbg div.inner ul.topiclist li.row > dl.icon > dd.dterm > strong {
    display: none;
}

YoshiGM
YoshiGM
Active Poster

Male Posts : 1557
Reputation : 146
Language : Spanish & English
Location : Mexico

http://asistencia.foroactivo.com/u21373

Back to top Go down

Solved Re: Remove Global announcement , Important and Pinned text

Post by Joost August 7th 2017, 9:35 pm

I see this now, i have remove the text in the administration panel. Smile
-Screen delete by Joost-


Last edited by Joost on August 12th 2017, 5:36 pm; edited 1 time in total
Joost
Joost
Active Poster

Male Posts : 1402
Reputation : 194
Language : Dutch, English
Location : The Netherlands

https://ondersteun.actieforum.com/

Back to top Go down

Solved Re: Remove Global announcement , Important and Pinned text

Post by Guest August 9th 2017, 6:57 am

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
avatar
Guest
Guest


Back to top Go down

Solved Re: Remove Global announcement , Important and Pinned text

Post by Joost August 11th 2017, 7:00 pm

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 Very Happy
Joost
Joost
Active Poster

Male Posts : 1402
Reputation : 194
Language : Dutch, English
Location : The Netherlands

https://ondersteun.actieforum.com/

Back to top Go down

Solved Re: Remove Global announcement , Important and Pinned text

Post by Guest August 12th 2017, 5:33 pm

Hi,

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&gt;Globale mededeling: /, "")
}
}
})
avatar
Guest
Guest


Back to top Go down

Solved Re: Remove Global announcement , Important and Pinned text

Post by Joost August 12th 2017, 5:36 pm

Yes, thank you very much!
Joost
Joost
Active Poster

Male Posts : 1402
Reputation : 194
Language : Dutch, English
Location : The Netherlands

https://ondersteun.actieforum.com/

Back to top Go down

Solved Re: Remove Global announcement , Important and Pinned text

Post by brandon_g August 12th 2017, 5:42 pm

Topic solved and archived~ brandon_g
Please read our forum rules: ESF General Rules


Remove Global announcement , Important and Pinned text Brando10
Remember to mark your topic Remove Global announcement , Important and Pinned text Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Remove Global announcement , Important and Pinned text Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10113
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum