Tagged: x
-
AuthorPosts
-
March 31, 2016 at 2:44 am #860366
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
DanielleMarch 31, 2016 at 4:31 am #860513Hi 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!
March 31, 2016 at 5:52 am #860599Sorry, the url is naturetrailz.dsegal.com.au
March 31, 2016 at 10:18 am #860946Hi 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!March 31, 2016 at 7:19 pm #861692I 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/
April 1, 2016 at 2:10 am #862152Hello 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.
April 2, 2016 at 12:42 am #863494Thank you, it worked like a charm!
April 2, 2016 at 9:55 am #863834Glad it worked 🙂
If you need anything else, please let us know.
-
AuthorPosts