Jump to content

heading title issues - span class="category name"


Recommended Posts

Hi

 

On my website I have an issue where I want to alter the following attributes in my page links:

 

Span class =”category name”

Div class = cat_desc

Div class = rte

 

WHere do I find these to change them please? All help greatly appreciated! 

Let me know if you need more info....

 

Thanks

 

Jon

Link to comment
Share on other sites

Thanks for your reply. An example URL is http://www.projectorsnz.co.nz/16-cheap-panasonic-projectors

 

As you can see from the top of the page there is 3 mentions of 'Panasonic' -  I wish to keep the image only, remove the other two mentions and edit the H1 tag... Any thoughts? I wish to do this for all product pages...

 

Thanks for your help!

Link to comment
Share on other sites

it's a category.tpl file located in your theme directory:

 

themes/default-bootstrap/category.tpl

 

 

for example:

                            <div class="cat_desc rte">
                            {if Tools::strlen($category->description) > 350}
                                <div id="category_description_short">{$description_short}</div>
                                <div id="category_description_full" class="unvisible">{$category->description}</div>
                                <a href="{$link->getCategoryLink($category->id_category, $category->link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more">{l s='More'}</a>
                            {else}
                                <div>{$category->description}</div>
                            {/if}
                            </div>

perhaps you're looking for also / or css styles file?

Link to comment
Share on other sites

  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...