Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #988620
    charlescthomson
    Participant

    Hi,

    Is there a way to remove the title from the “Archives Widget”? If you leave the title space blank in the widget settings, the title reverts to the default “Archives”. I’d just like to remove it completely.

    Also, is it possible to have it only removed from a single page? I would still like to have the title for the archives widget appear on certain sidebars.

    Cheers!

    #988860
    John Ezra
    Member

    Hi there,

    Thanks for writing in! We will need to use CSS and tailor it to be specific to that page. For this, we will need your site URL and the page you would like the changes made. This so we can tailor our advice to your site. Thanks!

    #989631
    charlescthomson
    Participant
    This reply has been marked as private.
    #989788
    Joao
    Moderator

    Hi there,

    Please try adding the following code to your Appereance / Customizer / Custom / CSS

    
    .page-id-38.x-column.x-sm.x-1-1.h-widget {
    
    display: none;
    
    }

    Hope that helps,

    Joao

    #990055
    charlescthomson
    Participant
    This reply has been marked as private.
    #990502
    Darshana
    Moderator

    Hi there,

    Please try adding the following CSS rule instead.

    
    .widget_archive .h-widget {
        display: none;
    }
    

    Hope that helps.

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