Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #860366

    Danielle S
    Participant

    Hi there,
    I love the new grid add-on, thank you for continuing to improve the theme.

    I am not great at css, so need a little help. I have managed to remove the tag posts and other items via custom css in the grid but I don’t know how to get rid of the commas. See image to see what I am talking about. Here’s the custom css that I have added:

    .tg-item-date { display: none!important; }
    .post_tag { display: none!important; }
    .tg-item-author { display: none!important; }
    .tg-item-share-holder { display: none!important; }
    .no-ajaxy { display: none!important; }

    Cheers
    Danielle

    #860513

    Zeshan
    Member

    Hi Danielle,

    Thanks for writing in! To assist you with this, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you.

    Thanks!

    #860599

    Danielle S
    Participant

    Sorry, the url is naturetrailz.dsegal.com.au

    #860946

    Rupok
    Member

    Hi Danielle,

    Thanks for updating. Upon checking your entire website, I can’t find this. Kindly provide the exact URL where you have used this.
    Cheers!

    #861692

    Danielle S
    Participant

    I was trying to get it fixed before I added it to a page, but I have added it here now for you to look at http://naturetrailz.dsegal.com.au/neu-seeland/

    #862152

    Rue Nel
    Moderator

    Hello There,

    To get rid of the commas, simply add the following custom css as well

    .kampala .tg-cats-holder > span{
        display: none;
    }
    
    .kampala .tg-cats-holder > .category:before{
        content: ", ";
        color: #444444;
    }
    
    .kampala .tg-cats-holder > .category:first-child:before{
        content: "";
    }

    If you need anything else we can help you with, don’t hesitate to open another thread.

    Cheers.

    #863494

    Danielle S
    Participant

    Thank you, it worked like a charm!

    #863834

    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else, please let us know.