Date disable portfolio-item

Hello
how is it possible to disable the date that is showing on portfolio-item at the privious and next option which is showing on each portofolio item (right bottom or left bottom with arrow)
there is also the title but I want only that it not show the date.
In Options portofolio the date are disable.

thank you

Comments

  • Hi,
    the post navigation could be disabled in theme options>blog,portfolio&shop>general.
    The dates could be only possible to disable with custom css so please send a link to this page and point to the elements.
    thanks
  • add here theme options>Custom CSS the following code:

    .fixed-nav .date {
        display:none;
    }

    It works for me. May be will be useful for other users.

Sign In or Register to comment.