how can i remove these fields ?

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Viewing 7 reply threads
  • Author
    Posts
    • #2535


      duty417
      Participant
      Post count: 15

      how can i remove these fields ?

      sample content:   https://todaynews365.com/sparkle-and-shine-party-looks-from-kate-moss-to-kylie-in-pictures/

       

      Attachments:
      You must be logged in to view attached files.
    • #2538


      Szabi – CodeRevolution
      Keymaster
      Post count: 4187

      Hello,

      First of all, thank you for your purchase.

      Please add this CSS code to your site to remove the unwanted content:

       

      li

      {

      list-style-type:none;

      }

      svg

      {

      display:none;

      }

       

      Info on how to add CSS to your site: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

      Let me know if this helped.

      Regards, Szabi – CodeRevolution.

    • #2539


      duty417
      Participant
      Post count: 15

      it worked thanks.

    • #2540


      duty417
      Participant
      Post count: 15

      how can i remove here.

      <time datetime=”2021-01-15 13:30:00″>January
      15, 2021
      </time>

      7 min read”

      4 Changes to Make to Your Day so You Get Better Sleep Tonight

      Attachments:
      You must be logged in to view attached files.
    • #2542


      duty417
      Participant
      Post count: 15

      here

      Attachments:
      You must be logged in to view attached files.
    • #2544


      Szabi – CodeRevolution
      Keymaster
      Post count: 4187

      You can append also this to the CSS you already added:

       

      time
      {

      display:none;

      }

    • #2545


      duty417
      Participant
      Post count: 15

      thank you

    • #2546


      Szabi – CodeRevolution
      Keymaster
      Post count: 4187
      I am glad to help.
      If you enjoy the plugin, please give it a rating on CodeCanyon, it is really appreciated. 🙂
Viewing 7 reply threads

The topic ‘how can i remove these fields ?’ is closed to new replies.