Remove Global announcement , Important and Pinned text 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 Global announcement , Important and Pinned text

    Joost
    Joost
    Active Poster


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

    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
    YoshiGM
    YoshiGM
    Active Poster


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

    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;
    }

    Joost
    Joost
    Active Poster


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

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


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


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

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


    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: /, "")
    }
    }
    })
    Joost
    Joost
    Active Poster


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

    Solved Re: Remove Global announcement , Important and Pinned text

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

    Yes, thank you very much!
    brandon_g
    brandon_g
    Manager
    Manager


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

    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