Viewing 1 replies (of 1 total)
  • Hi,

    1) The title ‘Videos’ is a page title, which can be changed in the following path wp-admin -> Pages -> find ‘Videos’. Now edit the name.

    2) Do you want to change the font size of ‘Popular’, ‘Featured’, ‘Recent’ videos title or want to change the title name?

    • To change the font size, open \wp-content\plugins\contus-video-gallery\css\style.min.css and add the following code at the end of the file.

      h2.video_header{font-size:20px}

      You can change the font size by change the value 20px.

    • To change the title names, open \wp-content\plugins\contus-video-gallery\front\views\videohome.php and find $typename. Here you can replace the titles with your own.
Viewing 1 replies (of 1 total)

The topic ‘Delete home page title’ is closed to new replies.