Style Property changes in post too

  • Thread starter Thread starter bogus
  • Start date Start date
B

bogus

Guest
I have changed the Border Properties for Primary Content to change the nodeList Look
Unbenannt.webp

But if i do it this way i have a border also in my Posts what i dont want
Unbenannt.webp
 
Edit this template:

Admin CP -> Appearance -> Templates -> EXTRA.css

Add this code:

Code:
.nodeList .primaryContent
{
	border: 1px solid;
	border-radius: 5px;
}

That will affect only the node list.
 
Top Bottom