id="newsscrollbox"
id="newsscrollboxHeading"
Will have to be used.
id="newsscrollbox"
id="newsscrollboxHeading"
Will have to be used.
Thanks Kim, that got me on the right track. I had to change them in my stylesheet to:
andCode:#newsscrollboxHeading {
Code:#newsscrollbox {
Actually, I now have a different CSS problem with the News Box Manager. Through CSS there is only a way to control the header and the entire box, not the box with the content only (below the header). I want to put a border around the content, but not the entire box. See below as to how it appears now. Developer's Toolkit is not helping me at all as I cannot find which file I need to edit to gain control over the content box alone, rather than the entire container box.
you have to do a couple things...
you have to open the \includes\templates\template_default\sideboxes\tpl _news_scroll_box.php (or whichever template folder you are using, in the sideboxes folder)
find where it says:
on both lines 75 and 183Code:$content .= '<div class="sideBoxContent">';
change it to :
Then in your stylesheet, addCode:$content .= '<div id="news" class="sideBoxContent">';Code:#news {border: 1px solid #fff(orwhatever color) ;}
~~give me feedback on my home decor store~~
~~sleep is a symptom of caffeine deprivation~~
~~COFFEE.SYS Not Found: User startup disabled.~~
~~ if(pot.coffee=EMPTY) {programmer->;brain=OFF}; ~~