• Resolved turnkeydrs

    (@turnkeydrs)


    Mailpoet works perfectly with exception to the following post-date-day and post-date-month.
    How do i disable the post-date-day and month in the respective forms (GOTCHA and subscribe confirmation forms)..? see snapshot in link above.

    i ran inspection and found the following entries ..

    <header class="entry-header">
    				
    												<div class="post-date wd-post-date wd-style-with-bg" onclick="">
    				<span class="post-date-day">
    					12				</span>
    				<span class="post-date-month">
    					???				</span>
    			</div>
    						
    			</header><!-- .entry-header -->

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there @turnkeydrs,

    Different themes will generally display the post meta data differently. If there’s no setting in the theme itself to disable those, then you could try hiding it with CSS.

    Based on the HTML you sent over, you could try the following CSS to see if it hides those dates:

    .mailpoet_page-template-default .entry-header .post-date {
      display: none;
    }

    If you are using a custom page for the confirmation, you may need to indicate a page ID or something instead of the first class there.

    Please let me know how that goes, or if you have any questions!

    Hi there @turnkeydrs,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘disable/remove post-date in gotscha and subscribe form’ is closed to new replies.