Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Increase text size
31-12-2011, 01:04 AM
Post: #1
Increase text size
How do I increase the size of the video title under the thumb on the main page?

Below Average Dicks
Find all posts by this user
Quote this message in a reply
31-12-2011, 06:11 AM
Post: #2
RE: Increase text size
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;
}

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
31-12-2011, 06:11 AM
Post: #3
RE: Increase text size
note: that will change the size of the text for others as well,
featured videos
random videos
related videos

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
31-12-2011, 06:18 AM
Post: #4
RE: Increase text size
I am using the precision template and there is nothing in there about the video

Below Average Dicks
Find all posts by this user
Quote this message in a reply
31-12-2011, 06:50 AM
Post: #5
RE: Increase text size
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.

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: