Free Adult Tube-Video Script Forum

Full Version: Increase text size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I increase the size of the video title under the thumb on the main page?
i believe that uses the css class "video",
you will find it in your templates default.css file
edit the css, delete cache files, then clear your browsers cache also.

change font and line heights
Code:
div.video  {
    width: 162px;
    height: 138px;
    background: url(images/video.jpg) no-repeat;
    padding: 2px 0 0 2px;
    font-size: 11px;
    line-height: 11px;
}
note: that will change the size of the text for others as well,
featured videos
random videos
related videos
I am using the precision template and there is nothing in there about the video
it should be at the bottom of the default.css file
it was newly added with the version 3 release.

if it is not there, you may want to update your css file.
Reference URL's