Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1086064
    LarchmontBlvd
    Participant

    Hello. Love your theme!

    How do I remove h1 class=”archive-title”?

    Thank you
    Michele

    #1086072
    LarchmontBlvd
    Participant
    This reply has been marked as private.
    #1086347
    John Ezra
    Member

    Hi Michele,

    Thanks for writing in! Would you mind providing a little more detail on what you want to achieve. Your screenshot did not attach due to file size. Would you mind optimizing it or uploading it somewhere and proving us a link? Thanks!

    #1087195
    LarchmontBlvd
    Participant
    This reply has been marked as private.
    #1087537
    Darshana
    Moderator

    Hi there,

    Could you please try adding the following JavaScript code into your Customizer, Custom > JavaScript section (Edit Global JavaScript).

    
    jQuery(function() {
      jQuery( ".archive-header h1" ).removeClass( "archive-title" );
    });
    

    Hope that helps.

    #1089950
    LarchmontBlvd
    Participant

    Sorry, the code did not remove the H1 on the page I specified.

    #1090309
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! It sounds like you might be having an issue with a third party IMPress Listings plugin. The page you have pointed out were you want to remove the h1 title is dynamically generated by the plugin. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #1090833
    LarchmontBlvd
    Participant

    Ok, thank you

    #1090846
    Rahul
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1086064 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>