Quote:
Originally Posted by Finger78
I know this is an old thread but I have one question that "should" be a simple fix for those of you that are more savvy than I with vB and vBa
The module is working great and is exactly what I need, there is only one small issue. The article title is being highlighted and looks pretty horrible on this dark colored site.
When I look at the source this is the offending item:
Code:
<div class="blockrow" style="padding:10pxpx 0px 10pxpx 0px; border-top-width: 1px; border-top-style: dotted; overflow: hidden; clear: both;">
<div style=""><div class="highlight bigfont" style="padding:0px 0px 0px 0px;"><a href="http://www.example.com/showthread.php?t=7Thread_Title_Example" id="thread_title_7" style="font-weight:bolder">Thread_Title_Example2</a></div>
<div class="smallfont" style="padding:0px 0px 10pxpx 0px;"><span class="shade "><a href="member.php?u=1">Poster</a></span> 1 Day Ago 03:09 AM</div>
<div style="text-align: center;">
<iframe title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/videoAddY" frameborder="0" allowfullscreen=""></iframe>
</div><br>
</div>
</div>
I have included a screenshot of the yellow highlight (within the red box), could someone please tell me how to remove the highlight, it's the only thing from keeping this perfect.
|
If you want, edit the stylevar value 'highlight_background' (admincp ->Styles & Templates -> style manager ->your style -> stylevars) to something else. that should fix it. and will avoid any future problems.