Jump to content

Make Product description H3


Recommended Posts

you mean short description?

open product.tpl file located in your theme directory, there is code like:

{$product->description_short}

change it to:

<h3>{$product->description_short}</h3>

then in css styles create 

#short_description_content h3 {font-size:12px; font-weight:normal; }

Link to comment
Share on other sites

Ok, i would like to do this different. I have a footer module on my website and the text 'producten' and the links that are under that word should be H3 and the css should change to how it was.

 

Here is the TPL file :

 

[Moderated. Don't put the whole TPL file on the forum please]
Edited by Xavier du Tertre (see edit history)
Link to comment
Share on other sites

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