Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1066923
    Jeremy P
    Participant

    I currently have this CSS hiding the landmark header

    .x-header-landmark { display: none; }

    Is it possible to turn it back on for pages with a certain tag? I’ve used a plugin to add tags to pages for related purposes.

    #1067146
    Rupok
    Member

    Hi there,

    Thanks for writing in! Yes that could be possible but we need to know the associated class for those tags. If you know them then you can place CSS like this :

    .your-tag .x-header-landmark { 
       display: block; 
    } 

    For multiple tags :

    .your-tag-1 .x-header-landmark, 
    .your-tag-2 .x-header-landmark,
    .your-tag-3 .x-header-landmark { 
       display: block; 
    } 

    You need to replace .your-tag with proper class name. If you need more tailored answer then provide your URL(s).

    Hope this makes sense.

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