Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233749
    Rex R
    Participant

    I want to remove the Author, Date, and Category from the Post Slider. I just want the Title and View Post to remain. Here it is with the info – http://screencast.com/t/5hG8KiFe2

    I am using this in the Global CSS in Customizer and it is not working:

    /* Remove author/date from Index Featured Post in Ethos */

    .x-post-slider-meta .entry-cover-author {
        display: none;
    }
    
    .x-post-slider-meta .entry-cover-date {
        display: none;
    }
    
    .x-post-slider-meta .entry-cover-category {
        display: none;
    
    }

    I have looked at a couple other responses and don’t get it. Thanks Rex

    #1234162
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Could not verify the problem why the custom CSS is not working well. Would you mind sharing us your URL so we could check your setup closer.

    Thanks.

    #1234198
    Rex R
    Participant
    This reply has been marked as private.
    #1234366
    Rue Nel
    Moderator

    Hello There,

    Thanks for the very detailed information. To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-post-slider-entry .featured-meta {
        display: none;
    }
    
    .x-post-slider-entry>a {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    We would loved to know if this has work for you. Thank you.

    #1234942
    Rex R
    Participant

    Sorry, still not working. Now I have both code snippets in and it is still there. I have voided one then the other and the same. See – http://screencast.com/t/KylxMrT3nq. It actually looks like only Category and Date.

    I have also cleaned out all caches. Thanks for your help. Rex

    #1235334
    Jade
    Moderator

    Hi Rex,

    I’d like to check the current CSS code that are in the customizer but the login details provided previously doesn’t seem to work anymore.

    Kindly provide us with the correct details so that we could check this further.

    Thank you.

    #1236111
    Rex R
    Participant
    This reply has been marked as private.
    #1236364
    Rue Nel
    Moderator
    This reply has been marked as private.
    #1236816
    Rex R
    Participant
    This reply has been marked as private.
    #1237054
    Rue Nel
    Moderator

    Hi Rex,

    Thank you for providing the login information. Finally I have checked your css. This is the reason why the css code did not work out.
    http://prntscr.com/d11itl
    http://prntscr.com/d11jg7
    http://prntscr.com/d11jmx

    Please re arrange your custom css. The best practice is to have all the @media css block at the end of all other custom css.

    Hope this helps.

    #1238258
    Rex R
    Participant

    Yes. I saw the same thing. I went completely through my CSS and everything now works wonderfully. Thanks so much guys for your patience and help. Thanks, I will move @media css block to the end. I did not know that. Rex

    #1238264
    Rupok
    Member

    Thanks for updating Rex! Let us know if you face any other issue.

    Cheers!

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