Tagged: x
-
AuthorPosts
-
May 12, 2016 at 5:18 pm #988620
charlescthomsonParticipantHi,
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!
May 12, 2016 at 8:20 pm #988860
John EzraMemberHi 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!
May 13, 2016 at 7:47 am #989631
charlescthomsonParticipantThis reply has been marked as private.May 13, 2016 at 10:03 am #989788
JoaoModeratorHi 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
May 13, 2016 at 1:03 pm #990055
charlescthomsonParticipantThis reply has been marked as private.May 13, 2016 at 7:27 pm #990502
DarshanaModeratorHi there,
Please try adding the following CSS rule instead.
.widget_archive .h-widget { display: none; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-988620 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
