Quote:
Originally Posted by voglermc
You could just add this to the additional.css file and be done with it
|
Thanks for the suggestion, voglermc.
I'll update the original post to reflect the adjusted code that needs to be added to the additional.css template file to avoid edit of a core template file (forumdisplay.css that is).
I'll paste version 1.0 of the template changes for future reference:
Go to:
AdminCP -> Styles & Templates -> Search in Templates
Look for:
forumdisplay.css
Find:
Code:
.forumbits .forumbit_nopost .forumhead .forumrowdata .subforumdescription {
background: transparent;
border-top: 0;
}
Replace with:
Code:
.forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span {
display:block;
float: {vb:stylevar left};
clear: {vb:stylevar right};
font: {vb:stylevar forumhead_font};
padding: {vb:math {vb:stylevar padding}/2-1} 0;
color: {vb:stylevar forumhead_color};
}
.forumbit_nopost .forumrowdata {
clear:both;
display:block;
width: 100%;
}
.forumbit_nopost .subforumdescription {
padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
font-weight: normal;
color: {vb:stylevar blocksubhead_color};
background: {vb:stylevar blocksubhead_background};
}