Okay
  Public Ticket #2948113
Global Section for Posts Only
Closed

Comments

  •  3
    procurechange started the conversation

    Hi there,

    Is there a way to have a global section apply only to posts, and not to pages? 

    Thanks


  •  2,959
    Andrew replied

    Hi there,

    We currently do not have an option to enable the global section for posts only. You can however enable the global section and use CSS to hide the section from all the pages except posts.

    If you are okay with this, we can write up the custom CSS for you.

    Regards,

  •  3
    procurechange replied

    Hi Andrew, yes please, that would work.  Thank you. 

  •  2,959
    Andrew replied

    Hello again,

    Great. Kindly enable the global section and share a link to your site so that I can write up the necessary CSS for you.

    Regards,

  •  3
    procurechange replied

    Hi Andrew,

    This is currently on my staging website which is:

    https://theaop.staging.wpengine.com/

    Thanks


  •  2,959
    Andrew replied

    Hello again,

    Try the following CSS.

    body:not(.single-post) .nectar-global-section.before-footer {
        display: none;
    }
    

    Regards,

  •  3
    procurechange replied

    Thank you, that worked.