• Resolved rasmus4

    (@rasmus4)


    Hi,

    The Portofolio is cool thanks!

    I would like to avoid the date (publish date) to be shown as a tag inside each portofolio item. How do I deactivate it?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Qode

    (@qodeinteractive)

    Hello,

    To hide the date on portfolio single pages please try adding custom css below to Appearance -> Customize -> Additional CSS:

    .single-portfolio-item .qodef-info--info-items:first-child {
        display: none;
    }

    Hope this helps and let us know if you need assistance with anything else.

    Best,
    Qode

    Thread Starter rasmus4

    (@rasmus4)

    Hi,

    Thanks for swift answer.

    It doesn′t work right. Maybe because I have some other info-items (so it is not first child).

    Can the CSS be done to adress the “qodef-e qodef-info–date”? How?

    Best,
    Rasmus

    Plugin Author Qode

    (@qodeinteractive)

    Hi,

    Sorry for the misunderstanding, the css was intended to hide “Afrejse” item. To hide last “Date” info please use custom css below:

    .single-portfolio-item .qodef-info--date {
        display: none;
    }

    Best,
    Qode

    Thread Starter rasmus4

    (@rasmus4)

    Doing fine thanks!

    Plugin Author Qode

    (@qodeinteractive)

    Hi there,

    You’re welcome!

    Best,
    Qode

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Portofolio – Info – Date’ is closed to new replies.