federalist1 0 Report post Posted December 10, 2009 There are several things I would like to change now that I've seen the iBlog theme but have the WHP and want to keep most of it. 1. Sidebars. I love the soft outlined, rounded corner sidebars in iBlog. Any way to do that for WHPro? 2. Drop down menu color. Would prefer black with dark grey hilite. this may be answered elsewhere. 3. Is there any way to lose the drop shadow of the content area for pages and posts, AND maybe change the color of the background so that it blends with the side bar; again to have the smoother look of iBlog. 4. Search bar always has the hanging box when at the top of the main sidebar. I had to move it, but will it go anywhere else? 5. Is it possible to change the size of the feature front page slider. Thanks! Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 10, 2009 1. Sidebars. I love the soft outlined, rounded corner sidebars in iBlog. Any way to do that for WHPro? You could do it with custom css: ` .widget{-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;} ` 2. Drop down menu color. Would prefer black with dark grey hilite. this may be answered elsewhere.Might need to edit 'dropdown.css' or add some custom css for this. 3. Is there any way to lose the drop shadow of the content area for pages and posts, AND maybe change the color of the background so that it blends with the side bar; again to have the smoother look of iBlog. Depends which 'drop shadow' you're talking about? but it can always be hidden with `display:none` or changed `background:transparent;` once we identify the element.. Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 10, 2009 4. Search bar always has the hanging box when at the top of the main sidebar. I had to move it, but will it go anywhere else? can you send me a screenshot of what you mean? it this a bug? 5. Is it possible to change the size of the feature front page slider. Could you clarify on this? Share this post Link to post Share on other sites