Topic: How to change the image on left?
Hello
How do you change the image on the left of the topic on the index. Image below:
Thanks,
Danny.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → How to change the image on left?
Hello
How do you change the image on the left of the topic on the index. Image below:
Thanks,
Danny.
BTW, if you want to change only colors you can do it purely in CSS. Oxygen_cs.css, lines 360+
[code=css]/* Status indicators
----------------------------------------------------------------*/
.brd .main-content .main-item .icon {
border-color: #EDF1F5 #DDE0E4 #C6CBD3 #BABFC6;
}
.brd .main-content .redirect .icon {
border-color: #f4f4f4 #f4f4f4 #f4f4f4 #f4f4f4;
}
.brd .main-content .sticky .icon {
border-color: #D7E5F3 #C3CFDC #9FB3C7 #90A2B4;
}
.brd .main-content .closed .icon {
border-color: #ACACAC #979797 #898989 #7A7A7A;
}
.brd .main-content .sticky .closed .icon {
border-color: #D7E5F3 #C3CFDC #898989 #7A7A7A;
}
.brd .main-content .new .icon {
border-color: #2B75AD #235E8C #1F537B #266799;
}
[/code]
PunBB Forums → PunBB 1.3 additions → How to change the image on left?
Powered by PunBB, supported by Informer Technologies, Inc.