Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258626
    MB
    Participant

    Hi,

    We would like to show the top footer (footer widgets) on the Portfolio and Portfolio Items only.

    Thanks, MB

    Vancouver Island Hiking Guide

    #1258969
    Rupok
    Member

    Hi there,

    Thanks for writing in! Let’s enable the Footer Widget areas and add this under Custom > CSS in the Customizer.

    .x-colophon.top {
      display: none;
    }
    
    .page-template-template-layout-portfolio .x-colophon.top, .single-x-portfolio .x-colophon.top {
      display: block;
    }

    Hope this helps.

    Cheers!

    #1259481
    MB
    Participant

    [RESOLVED] Thanks Rupok! 😀

    #1259591
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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