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?

stuart_murphystuart_murphy Lifetime Member
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

Comments

  • Options
    Mark_HodderMark_Hodder Administrator, Lifetime Member
    Hey Stu, is it just a temp caching thing maybe?

    What is the URL to your site?
    Need Additional Help?
    - Check out the Resource Center for helpful tutorials and hints.


    image
  • Options
    stuart_murphystuart_murphy Lifetime Member
    Site is AffordaBand.co.uk, thanks Mark!
  • Options
    stuart_murphystuart_murphy Lifetime Member
    I hope to receive your in-depth suggestions Mark in your reply - I tried to explain the issues with as much pertinent detail as I could - I very much appreciate your wealth of knowledge here. It almost makes problem-solving across international time zones bearable! :-)
  • Options
    stuart_murphystuart_murphy Lifetime Member
    Any suggestions on this Mark?
  • Options
    Mark_HodderMark_Hodder Administrator, Lifetime Member
    Hi Stu, sorry for the delay, I have been away. It looks like your filed under and tagged under issues have already resolved themselves?

    For the form you can try this CSS:

    .forminator-custom-form #submit {background: none; border: none; box-shadow: none;}
    Need Additional Help?
    - Check out the Resource Center for helpful tutorials and hints.


    image
  • Options
    stuart_murphystuart_murphy Lifetime Member
    That worked, thanks Mark.
This discussion has been closed.