I have a retail webpage I'm managing and trying to clean up redundant design: www.example.com. Currently there are two scrolling "sliders", I just want to have one; two seems excessive! There are multiple .aspx files for the header, header_home, default, etc. I've tried removing anything with div.specialsinner as that is what comes up when I do that Inspect Element option on the site. The top small special slider with the two red arrows is what I'm trying to remove.
When I tried deleting these codes but it took all the sliders off and messed up the layout of the page:
<div id="container_banner">
<div id="content_banner">
<div id="bannerslider">
I did find on header.aspx file a div.specialsinner, deleted it, and nothing happened. If there is anything further that I can provide to help this make more sense, let me know. Thank you in advance for your time!
[edited by: bill at 3:54 am (utc) on Jan 25, 2013]
[edit reason] No links to your sites please as per TOS [/edit]