Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1160098
    Noellemena
    Participant

    Hey! I am hiding featured images on single blog posts.
    I want to hide them on the Blog Tag Archive Pages, Category Pages as well. The way this clients site is set up, we are not using a “blog” page (although it still comes up if you go there)

    Anyway, so like on this tag for rebekah-beene it goes here:
    http://myjourneyoffaith.com/tag/rebekah-beene/

    I do not want any featured images there or on any of the tag archive pages etc.
    I DO want them to stay on the shop products and portfolio (which is called Gallery on her site)

    I hope this makes sense! 🙂
    Login below!
    Noelle THANK YOU GUYS! 🙂

    #1160100
    Noellemena
    Participant
    This reply has been marked as private.
    #1160323
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To hide the feature image in all the archive pages, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .archive.x-post-meta-disabled:not(.woocommerce) .post .entry-featured {
        display: none;
    }

    And to resolve your Sharedaddy, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .sharedaddy .sd-sharing {
      width: 89%;
      max-width: 1400px;
      margin: 0 auto;   
    }

    Hope this helps. Kindly let us know.

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