thechinmaster Posted September 9, 2014 Share Posted September 9, 2014 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 More sharing options...
vekia Posted September 9, 2014 Share Posted September 9, 2014 to what page you're reffering? can you share url, please? Link to comment Share on other sites More sharing options...
thechinmaster Posted September 10, 2014 Author Share Posted September 10, 2014 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 More sharing options...
vekia Posted September 10, 2014 Share Posted September 10, 2014 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 More sharing options...
thechinmaster Posted September 10, 2014 Author Share Posted September 10, 2014 Thanks. How to hide the different sets of text? Is it best to use CSS? Is that what you meant by also / or css styles file? Link to comment Share on other sites More sharing options...
kamaaina Posted April 13, 2015 Share Posted April 13, 2015 how did you change text to category image I need to do this - see image below. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now