Magazine is one of the cool wordpress.com premium theme. Though it is not free and you have to purchase it to make ur blog or site give it a different look then others.
So, if you are using wordpress.com or wordpress.org site and using Magazine theme of Genesis framework this css modification will help u to give the theme a new look.
Here is the modifications..Just paste the css code at the bottom of you custom css (for wordpress.com) or style.css (for those who are using own hosting)
Here is the demo site of Magazine theme
If you need any help to configure your magazine theme as like as the Demo then you can take my help.
So, Enjoy the following modifications
1. If you want to change the hover color of Top (primary navigation) menu of Magazine theme
div#nav ul li a:hover {
color: white;
}
2. If you want to change the top navigation menu color of Genesis frameworked Magazine child theme
div#nav ul li a {
color: white;
}
3. If you want to change the top navigation (primary ) black background color
#nav {
background-color: red;
clear: both;
overflow: hidden;
}
4. If you want to change secondary navigation menu’s background color
#subnav {
background: none repeat scroll 0 0 red;
}
5. If you want to change the Secondary navigation menus font color of Magazine theme of Genesis framework
#subnav li a {
color: white;
}
6. If you want to change Secondary navigation menus hover font color
#subnav li a:hover {
color: yellow !important;
}
7. If you want to change the featured Post Widget title of home page Content
.home-bottom h4, .home-middle h4 {
font-family: cursive;
margin: 0 0 10px;
}
8. If you want to change the featured widget title post title font color,font family and font size
.home-middle h2 a, .home-middle h2 a:visited {
font-family: georgia;
font-size: 16px;
line-height: 20px;
}
9. If you want to change Home page featured posts font family,font size, text alignment of Magazine theme
.home .featuredpost p {
font-family: times New Roman;
font-size: 14px;
text-align: justify;
}
10. If you want to change Right Sidebar Widget Title’s font family, font size and font color of Genesis Magazine (Premium) Child theme
.widget-area h4 {
color: DarkRed;
font-family: cursive;
font-size: 16px;
text-transform: uppercase;
}
11. If you want to change Right Sidebar Widget’s Links font color, font size and font family of Genesis Magazine child premium theme
.widget ul li a {
color: blue;
font-family: times New Roman;
font-size: 14px;
}
12. If you want to remove Post Info, post author,post date from individual post page (just below the title)
.post-info {
display: none;
}
13. If you want to change Post Title’s font family,size and color of magazine child theme
.single .entry-title {
font-family: cursive;
color: red;
font-size: 26px;
}
14. If you want to change post contents font family,font size and color
.entry-content p {
color: black;
font-family: times New Roman;
font-size: 16px;
padding: 0 0 15px;
}
15. If you want to remove post meta ,Tag, File under, from the footer side of the post
.post-meta {
display: none;
}
16. If you want to change Site Title’s font color,font family and font size
#title a, #title a:hover {
color: Red;
font-family: tahoma;
font-size: 47px;
text-decoration: none;
}
17. If you want to Change Site Description’s font color,font size and font family
#description {
color: white;
font-size: 13px;
text-shadow: 1px 1px #000000;
text-transform: uppercase;
}
18. If you want to remove the copyright info from the bottom of the Magazine Child theme
#footer .creds {
display: none;
float: right;
text-align: right;
width: 755px;
}
You can take my personal help in skype : om2000_cuet