On the following menu item I get the long red band across the page. It doesn't appear on any of the other pages in that drop down menu http://thailandwinecompetition.com/index.php/news/glassware
Any ideas on what might be causing it?
Regards Jim
origomedia Hi its part of the module, like in the Home page More articles ACM has the same. Add this code in custom.css file to avoid the dropdown override issue.
.t3-wrapper #t3-mainnav.t3-mainnav { z-index: 99; }
Thanks Ninja
I did that and it solves the dropdown issue but the red box is still there. Is there something else I need to change, as if I click on any of the other tabs in that dropdown they appear ok with no red box showing.
Jim
Ninja its part of the module, like in the Home page More articles ACM has the same.
r you you want to remove it?
Hi Ninja on the NEWS tab on the menu bar there are 4 items in the drop down:
Hotel News: http://thailandwinecompetition.com/index.php/news/hotel-news Restaurant News: http://thailandwinecompetition.com/index.php/news/restaurant-news Glassware: http://thailandwinecompetition.com/index.php/news/glassware Wine News: http://thailandwinecompetition.com/index.php/news/winenews
The Glassware one is the only one that the red box appears on. I would like to get rid of it but cannot understand why it does not appear on any of the others.
Cheers Jim
origomedia Well you are not checking what i wrote, others pages not have the same module. anyway add this code in custom.css to hide
.itemid-282 .magazine-featured.style-4 .magazine-section-heading { display: none; }
Thanks Ninja that worked a treat. Sorry I didn't understand what you meant. I always try and find the solution myself searching the forums before I post but sometime things are a bit confusing for me and I need to seek help.
origomedia No problem, what i mean was the red strip is not issue, its part of the module layout to show background behind heading because there was no heading it only showing red strip 🙂