Sheldon
Well-known member
Meh... lost in the sauce.
Currently I have this:
As you can see, there are two areas that have new posts (by the bold text), the Green Bay Packer one and the Tampa Bay Buccaneer one.
No matter what code I have tried, I cannot get it to just highlight that area alone with opacity 1 and have it show.
Here is the code for the individual listings:
And the opacity I have tried (among many others) was this:
Which at first, gave me this:
However, adding that code to others, say 58 and 48, I now get this:
I am likely just overlooking something, but I thought I have tried absolutely everything....
If anyone can help out, please... hah. I am begging. I have stared at this a little to long. If you need to see the site to attempt to help, PM me for site address.
Currently I have this:
As you can see, there are two areas that have new posts (by the bold text), the Green Bay Packer one and the Tampa Bay Buccaneer one.
No matter what code I have tried, I cannot get it to just highlight that area alone with opacity 1 and have it show.
Here is the code for the individual listings:
Code:
.node.forum.level-n.node_59 {
background-image: url("/images/helmet/packers.png") !important;
background-repeat: no-repeat;
background-size: 24px auto;
line-height: 20px;
opacity: 0.5;
}
And the opacity I have tried (among many others) was this:
Code:
.unread .node_59 {
opacity: 1 !important;
}
Which at first, gave me this:
Code:
.unread .node_58 {
opacity: 1 !important;
}
I am likely just overlooking something, but I thought I have tried absolutely everything....
If anyone can help out, please... hah. I am begging. I have stared at this a little to long. If you need to see the site to attempt to help, PM me for site address.