Devilwillcry4you Active member Sep 5, 2013 #1 Was wondering how you would add a border around each category. Not the category strip to say. Hope this makes since.
Was wondering how you would add a border around each category. Not the category strip to say. Hope this makes since.
Amaury Well-known member Sep 5, 2013 #2 We can't really help without a link to your site and a screenshot showing us what you want. Upvote 0 Downvote
Devilwillcry4you Active member Sep 5, 2013 #3 Sorry where the great straight line is drawn Upvote 0 Downvote
Amaury Well-known member Sep 5, 2013 #4 Devilwillcry4you said: Sorry where the great straight line is drawn View attachment 55963 Click to expand... Like this? If so, use this: Code: .node .nodeInfo.primaryContent { border: 1px solid red; } Change red, of course, to whatever you want. Upvote 0 Downvote
Devilwillcry4you said: Sorry where the great straight line is drawn View attachment 55963 Click to expand... Like this? If so, use this: Code: .node .nodeInfo.primaryContent { border: 1px solid red; } Change red, of course, to whatever you want.
Devilwillcry4you Active member Sep 5, 2013 #5 No i was wanting it around the outside the not each forum. Upvote 0 Downvote
Amaury Well-known member Sep 5, 2013 #6 Devilwillcry4you said: No i was wanting it around the outside the not each forum. Click to expand... Code: .nodeList { border: 1px solid red; } Upvote 0 Downvote
Devilwillcry4you said: No i was wanting it around the outside the not each forum. Click to expand... Code: .nodeList { border: 1px solid red; }