
Originally Posted by
dawneprochilo
Ok- I have found this in the folder and want to remove the 'brands' tab- but...
#3 - Where do I get rid of the 'Brands' drop down in the top navigation.
add the following line in your stylesheet (includes > template > becaberry > css > stylesheet.css)
Code:
.submenu manufacturers-li {display: none}
where exactly in this code, do I place the {display: none} and what do I remove?
<li class="submenu manufacturers-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand -->
<div class="dropdown_1column">
<div class="col_1 firstcolumn">
You will open the CSS file, (includes > templates > becaberry > css > stylesheet.css)
at the very bottom place this code at the bottom
Code:
.submenu manufacturers-li {display: none}
and save it