version 1.0.1
– Fix Submenu Color
– Fix Color Form Tags
– Fix Border Radius for Comment Avatars
Color Fix:
Submenu Hover
.genesis-nav-menu .sub-menu a:hover {
background: #e9e6dc;
}
change to:
.genesis-nav-menu .sub-menu a:hover {
background: #f5f5f5;
}
Form Allow Background
.form-allowed-tags {
background: #e9e6dc;
font-size: 12px;
padding: 22px;
}
change to
.form-allowed-tags {
background: #f5f5f5;
font-size: 12px;
padding: 22px;
}
Add this border code in the following locations:
border-radius: 50%;
to both of these
.comment .avatar {
margin: 0 16px 24px 0;
}
.comment .avatar {
margin: 0 16px 22px 0;
}
Removed Pinterest “Pin-It” Button for Images
Share Your Thoughts