Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1196117
    JfantasyBooks
    Participant

    Hello,

    details:

    Name: Jfantasybooks
    Site url: https://fantasy-updates.live
    WordPress version: 4.6.1
    X theme version: current
    Cornerstone version: current

    problem:

    I have the css for removing the featured post, but I’ve noticed that it is not removed in the mobile view. Please help.

    Thanks.

    #1196287
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    @media (max-width:979px){
      .entry-featured {
        display: none !important;
      }
    }
    

    Hope that helps.

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