Forums
Home / Fixing WordPress / code for border
(@alessblog)
15 years, 5 months ago
What is the code to add border in my post to something?
(@mercime)
add this declaration within CSS tag in your theme’s style.css
#div post { border: 1px solid #000 }
Or whatever div surrounds what you want to add border to. You could change it to anything else like 5px dotted #000066
(@t31os_)
You sure about that mercime?… late night?..
egads t31os lol, no excuses for me, that was careless ??
#post { border: 1px solid #000; } – #post or .post or whatever container you have