Hello, I've been using this forum to help customize the CSS on my site, and everything was going great until I tried to bring the slider image to the top as described here: http://www.inkthemes.com/community/threads/can-the-slider-be-moved-up.10901/#post-40225 Then everything fell apart, and not it seems that the custom styling is not responding at all. I tried erasing everything and putting the CSS in item by item, and nothing is changing. My site is: http://034ba7f.netsolhost.com/wordpress1/ Here is all the code I had when I began having problems: Code: div.feature_mid_content { display: none; } .feature_blog_content{ display:none; } /* unvisited link */ a:link { color: #990033; } /* visited link */ a:visited { color: #990033; } /* mouse over link */ a:hover { color: #606060; } h1.page_title { display: none; } .header_container.home { display: none; } The things I'd like to do are: move slider up/remove title and description remove middle feature area remove blog feature area change link colors remove the page titles *While we're at it, I'd also like to get rid of the Home-->page name bar that appears on pages Thanks so much!
Update: Left for 2 hours, came back, refreshed, and now most of it seems to be working. For future reference, could that have been an issue with my server and not the settings ? Issues I'm still having are: -move slider up/remove title and tagline from header (I changed the Reading setting as suggested in the other thread and it didn't work) -still haven't figured out how to get rid of the Home>>[page name] bar on landing pages Thank you so much!
Hello, 1)You have added logo image in the Appearance > Theme options > General settings > Logo image. And also merged logo with the slider images. That's why double logo is displaying at the slider. So Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .logo { display: none; } It will remove logo image. 2)Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1#crumbs { visibility: hidden; } Thanks & Regards Nitesh Raghuwanshi