Hope someone can help me style the topic icons
This does not work:
Code: Select all
dl.row-item dt img {
//code here
}
Code: Select all
dl.row-item dt img {
//code here
}
Code: Select all
dl.row-item dt img {
display:none !important;
}
Code: Select all
dl.row-item dt i {
display:none !important;
}
https://phpbb3bbcodes.com/viewforum.php?f=41
Code: Select all
dl.row-item dt {
position: relative;
}
Except lastpost link no longer work
Code: Select all
dd.lastpost > span > :not(dfn) {
position: relative;
z-index: 2;
}