Results 1 to 10 of 36

Hybrid View

  1. #1
    Join Date
    Oct 2012
    Posts
    31
    Plugin Contributions
    0

    Default Re: BecaBerry Template Support Thread

    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">

  2. #2
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: BecaBerry Template Support Thread

    Quote Originally Posted by dawneprochilo View Post
    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
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  4. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg