antanast

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Remove Course Page Sidebar #26852
    antanast
    Member
    This reply has been marked as private.
    in reply to: Remove Course Page Sidebar #26851
    antanast
    Member

    Works great thanks! One more question.

    How is it possible to disable the View Details link/click for the staff? Basically I don’t want people to be able to click on one.

    I am using this code that I found in the forum, but the Staff title still has a link that takes you to the staff page. I want to remove that as well.

    .post-snippets .type-staff .img-wrap img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    }
    .post-snippets .type-staff .img-wrap .type-info {
    display: none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)