Hi -- How can I hide views (but still track them). I want to hide the views until they become more substantial. Thx.
Hello, Could you please provide us screenshot so that we can better assist you? Thanks & Regards! Priyanka Inkthemes.com
Hello, Greetings from InkThemes! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content ul.fthumbnail li .videobox span.author { visibility: hidden !important; } .content ul.fthumbnail li .videobox span.views { visibility: hidden !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thank you. That did the trick on the main page, but the individual video pages still show the author and views. Can I hide this information from those pages as well? Screen shot below .
Hello, Greetings from InkThemes! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .video_post .video_post_meta .posted_by { display: none !important; } .video_post .video_post_meta .post_meta_views { display: none !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com