how to remove the name of who posted videos on home page

Discussion in 'VideoCraft WordPress Theme' started by sandradohn, Oct 4, 2019.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    HI There, Can you let me know how to remove the name from the home page of who posted each video? Thanks, Sandra

    redbirdvideo.com is the site
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for contacting us,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    span.author {
        display: none !important;
    }
    Let us know if you need further help, we will be happy to help you.

    And always feel free to ask your queries at our support forum:

    http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page