Skip to content

Instantly share code, notes, and snippets.

@krmd
Created May 30, 2014 15:25
Show Gist options
  • Save krmd/09ad7e7fc314bb36adc8 to your computer and use it in GitHub Desktop.
Save krmd/09ad7e7fc314bb36adc8 to your computer and use it in GitHub Desktop.
WooTheme Canvas: CSS
/* Remove Comment are Closed
.nocomments {
display: none;
}*/
/* Change User Avatoar to Square
#post-author .profile-image img, #comments .avatar img {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
/* Remove Image Border
.entry img, img.thumbnail {
background: none;
border: medium none;
padding: 5px;
}*/
/*Move Logo Center
#logo { float: none; margin: 0 auto; width: 300px; }*/
/* Center Navagation
#navigation {
position: relative;
}
#main-nav {
clear: left;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
left: 50%;
text-align: center;
}
.nav li {
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
right: 50%;
}
.nav li.hover, .nav li.hover {
position: relative;
}
.nav li ul li {
left: 0;
}*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment