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

Home Forums Themes Support Frames A couple of issues with Frames

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10627
    alexmenace
    Support Expired

    How do I remove or change ‘About Project’ on the video page?
    On a single blog page, i’d like to remove the featured image from appearing in the post and either not have it or add it to the header.

    #10629

    Hi,
    Thanks for contacting us and choosing our product!
    About your questions we can answer as below:
    1. If you want to use another language you can follow this topic:

    How to translate WordPress theme or plugin?


    If you still want to use English and change it to other string you can do it via child theme follow this topic:

    How to customize WordPress theme using Child theme


    The template for customize is: wp-content/plugins/haru-filmmaker/templates/filmmaker/video/single-content-style-1.php (or other style depend on your setting). You will see it on line 33 (change it or delete it)
    You also can use CSS to hide it by go to Appearance -> Customize -> Additional CSS & add this code:

    .single-video .video-heading {
      display: none;
    }

    2. About single blog page the CSS code to hide thumbnail:

    .single-content .post-thumbnail-wrap {
      display: none;
    }
    .single-content .post-content-wrap {
      margin-top: 0;
    }

    Here is the document of the theme: https://document.harutheme.com/frames/
    Hope this helps!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.