In a video web script I'm using, I'm trying to change the font color of the Title, that is displayed below the thumbnail image. I can't find it in the css file, so I'm trying to change the font color on the page.
In the code below thisis apparently the Title. I know because when change it like soCode:<!--[membersmedia.title;block=div;ope=max:10;comm]-->the result shows the title in BOLD.Code:<b><!--[membersmedia.title;block=div;ope=max:10;comm]--></b>
Can you provide me with the correct code that would change the color of the Title? I'm stumped. Thanks.
Code:<li> <a href="[var.base_url]/videos/[membersmedia.indexer;block=div]/[membersmedia.title_seo;block=div]" title="[membersmedia.title;block=div]"> <!--[membersmedia.title;block=div;ope=max:10;comm]--> </a> </li>





Bookmarks