CSS Help
-
Hello,
What is the code for me to copy and paste into my css for there to be a black box outline for each menu item on the top of my page (4 total)?
(About, Articles, Music & Events, Digital Magazine)
The blog I need help with is: (visible only to logged in users)
-
Hi there, add this to your custom CSS to put borders on your menu items. You can adjust the 1px width value as desired.
.masthead .menu li { border: 1px solid #000; } -
-
- The topic ‘CSS Help’ is closed to new replies.