Hi Cindy - I just love this plugin - many thanks for creating it!!
just a couple of things;
1. article title doesn't show as bold (see image below) - on hover it does go blue for link - .css indicates it should be bold - how to adjust?
2. in includes/languages/english/extra_definitions/news_box_manager_defines.php ..... can I replace the BOX_HEADING_NEWS_BOX', 'Latest News' text with an image? I have created the image but not sure how to make it render - tried replacing the text with a link to the image but it wouldn't work for me, likely wrong code.
I also tried adding a row in the stylesheet_news_box_manager.css with a background image in lieu of the above - but again it didn't render
Code:
#newsscrollbox ol { margin: 0; padding: 0; list-style-position: inside; }
#moreNewsDefault .news_header { font-weight: bold; padding-right: 0.3em; }
#moreNewsDefault .newsContent { padding: 0.3em 0; }
#news-table { display: table; border-collapse: collapse; width: 100%; margin: 0.8em 0; }
.image-row { display: table-row; border: 1px solid #00BFFF; background-image: url(/images/latestnews.png); background-repeat: no-repeat; width: 100%; height: 75px; }
.news-row { display: table-row; border: 1px solid #00BFFF; }
.news-heading { font-weight: bold; }
.news-cell { display: table-cell; padding: 0.5em; border: 1px solid #00BFFF; }
If you can assist that would be great - if I should be posting this in another thread for assistance then please say so 
cheers, Mike
Attachment 18760
Bookmarks