Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Posts
    72
    Plugin Contributions
    0

    Default Delete/remove div align="left" clas....

    Hi

    I want to delete the section as follows.

    <div align="left" class="categoryIcon" id="categoryIcon"><a href="http://mysite.co.au/store/index.php?main_page=index&amp;cPath=12">Big Red Barn</a></div>

    I suspect its got something to do with text and image for products but I don't know where to delete it.
    Any thoughts please.

    Many thanks

    Grandpa

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,870
    Plugin Contributions
    96

    Default Re: Delete/remove div align="left" clas....

    Instead of deleting it, you could "not show" it via CSS. Edit your custom stylesheet.css file and add the following:

    div.categoryIcon {
    display: none;
    }

    If you're hard bent on removing it entirely, use your admin's Tools->Developers Toolkit and search for categoryIcon to see which file(s) create that div.

  3. #3
    Join Date
    Sep 2010
    Posts
    72
    Plugin Contributions
    0

    Default Re: Delete/remove div align="left" clas....

    Hi

    Thanks for that.

    kind regards

    Grandpa

 

 

Similar Threads

  1. Replies: 2
    Last Post: 17 May 2011, 03:50 AM
  2. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM
  3. Align attributes & remove "please choose"
    By julieoolie in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Mar 2008, 05:24 AM
  4. how do i right align my product attributes & remove "starting at" price text?
    By tarynhipp in forum Setting Up Categories, Products, Attributes
    Replies: 9
    Last Post: 2 May 2007, 09:27 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