Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #652157

    Hi
    Step:-1 I have Remove date on Category page. My category page is http://career.guru99.com/category/java-javascript/
    Step:-2 I have tried the following CSS for it’s working , But it Removes Date from Blog layout page.

    .avia-content-slider .slide-meta time
    {
    display: none;
    }

    Step:-3 My Requirement is to Remove Date from only category page. Check – http://screencast.com/t/3fnuWmlHE
    Please help me my site is http://career.guru99.com/

    #652158

    Hey kriru,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .archive .slide-meta-del, .archive .slide-meta-time {
        display: none!important;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.