Home Forums Themes Support Formota Modyfying video settings

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6896

    Hi there!

    On the video page I would like to

    1) remove the “you may also like” section,
    2) remove the post views that are under the film title,
    3) lessen the height of the bottom footer,

    where can I change these settings?

    Thank you very much!

    #6899

    Hi,
    You can use these custom CSS code in Appearance -> Customize -> Additional CSS:

    .single-video-related {
    display: none;
    }
    .single-video .video-meta {
    display: none;
    }
    .single-video {
    padding-bottom: 0;
    }
    .single-video-partner {
    display: none;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.