Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1200840

    Hi

    The title of each post has suddenly started showing in two places on posts: both in the title area (which I want) and on the page just above the content (which I don’t want).

    See here for an example: https://wisdomtrove.com/abundance-quotes/

    I want the title in the title area to remain but the title (and extra info such as author and date) in the content area to go. Any advice on how to remove it?

    Thanks for your help with this.

    #1201014

    Hey graememyburgh,
    Thanks for the link, when I look at your site I see a large “Abundance (quotes)” which is your page title, then I see a “Table of Contents” and then I see “What is abundance?” is this the title you want removed? It is the first anchor link for your Table of Contents.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #ftwp-postcontent > table:nth-child(3) > tbody > tr > td {
    	display: none;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.