Your account expired support, please renew to get your support.

Home Forums Themes Support Formota Remove unnecessary info under team member page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10613
    velourfilm
    Support Expired

    Hi!

    we want to remove these last two sentences on the team members pages.

    Were it says:
    YEAR FILM TITLE DESCRIPTION

    YEAR FILM TITLE AWARDS(S)

    See screenshot.

    Without removing the information about each person written above those sections.

    How do we do that?

    Kind Regards
    Velourfilm

    Attachments:
    You must be logged in to view attached files.
    #10622

    Hi,
    Thanks for contacting us and choosing our product!
    The easiest way to do it is go to Appearance -> Customize -> Additional CSS and add this code:

    .haru-single-director .single-content .single-wrapper article .single-director-film {
      display: none;
    }
    .haru-single-director .single-content .single-wrapper article .single-director-award {
      display: none;
    }

    However we’ll update PHP code to resolve this in the next version.
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #10769
    velourfilm
    Support Expired

    Thanks that helped!

    #10775

    Thanks for your feedback!
    We replied to you in another topic.

    ***
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.