Unfortunately due to other commitments, we are no longer able to provide support for these themes.
All our themes are now free and can be downloaded by anyone to use/modify however they wish.
We want to thank all our users for their support over the years. All the best in 2020 and beyond.
Hide Author and Date, Also Hde Original Submit Button?

in Derby
Hi Guys,
I use the Derby theme, and I have a few things I can't work out. In my "LATEST NEWS" section, when I load one of the latest news pages, it displays the Author and Date at the top of the post, and at the bottom of the post, it displays : "Filed Under: Latest News", and "Tagged With: Advice For Choosing Perfect Wedding Entertainment, Selecting The Perfect Wedding Band, Wedding Bands For Hire".
How do I get rid of all these , both top and bottom - is there an easy way? I've added this code:
.post-info {
display: none;
}
.post-meta {
display: none;
}
to the Derby style.css file - I worked that out by adding it in Google Elements, and it worked perfectly there, but when I add it to the style.css file, then save it, and then refresh that Google page again, it's gone - so for some reason, it just gets ignored. Could something else be over-riding it?
Also, in my Contact Us page, I use Forminator for the contact form, but the original red submit button from when I first built the contact us page a few years ago is still loading underneath this Forminator submit button - I cannot find a way to remove the original submit button.. the two sit over the top of each other!
Many Thanks, in Appreciation..
Stu M
I use the Derby theme, and I have a few things I can't work out. In my "LATEST NEWS" section, when I load one of the latest news pages, it displays the Author and Date at the top of the post, and at the bottom of the post, it displays : "Filed Under: Latest News", and "Tagged With: Advice For Choosing Perfect Wedding Entertainment, Selecting The Perfect Wedding Band, Wedding Bands For Hire".
How do I get rid of all these , both top and bottom - is there an easy way? I've added this code:
.post-info {
display: none;
}
.post-meta {
display: none;
}
to the Derby style.css file - I worked that out by adding it in Google Elements, and it worked perfectly there, but when I add it to the style.css file, then save it, and then refresh that Google page again, it's gone - so for some reason, it just gets ignored. Could something else be over-riding it?
Also, in my Contact Us page, I use Forminator for the contact form, but the original red submit button from when I first built the contact us page a few years ago is still loading underneath this Forminator submit button - I cannot find a way to remove the original submit button.. the two sit over the top of each other!
Many Thanks, in Appreciation..
Stu M
This discussion has been closed.
Comments
What is the URL to your site?
- Check out the Resource Center for helpful tutorials and hints.
For the form you can try this CSS:
.forminator-custom-form #submit {background: none; border: none; box-shadow: none;}
- Check out the Resource Center for helpful tutorials and hints.