I bought BlogSpring theme yesterday and have the following issues/questions: 1. On my homepage all the posts displayed are the same for 'Latest, Popular and Featured Posts' Even stranger, the posts I did not check box on for 'Feature on Home Page' still appear on homepage. I did upload the theme file from the members area. 2. The background for 'Latest/Popular' and What's Hot (Featured Posts) and 'Must Read (3rd column) is the same color as that top navigation bar. How to change the color? Just like http://www.mervikhaums.com/ - black vs brown 3. My Navigation bar now displays 6 pages. If I add new pages they will increase more on this nav bar which is unsightly. How can I don't show new pages I created in the future. How do I specify which pages I do not want displayed on the navigation bar. Thanks Peter
Hello, 1. Please download the updated copy of Blogspring Theme again from the members area (http://inkthemes.com/members/member) and, upload and activate it in your dashboard. Follow the link given below for reference. http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/ 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: ul.tabnav { background: #0a0a0a; } .featured_post h2{ background: #0a0a0a; } .sidebar h3 { background: #0a0a0a; } .sidebar .searchform, .content-bar .searchform { background: #0a0a0a; } In place of "#0a0a0a" you can put your color or color code. 3. Go to the Appearance > Menus panel in your dashboard and follow the instruction shown in the image given below. This will solve your issue.