Jump to content

How do I edit the product feature on homepage?


Recommended Posts

Hi people,

 

I am currently working on setting up a prestashop store. After days of having trouble with installing new themes, I've decided to stick to the default store theme and change it a bit. I would like to remove the text area at the top of the images in the product features area, I've made an image here...

 

Image example here

 

Could someone possibly tell me the CSS code I need to edit and in what file? in order to remove that area in red?

 

 

Regards,

 

Calum

Link to comment
Share on other sites

Thanks for the reply, but unfortunately i'm not able to edit it as I like from that information. I know how to edit the actual Product Features module, i.e. replace the ipod information and images with my own products.

 

However i'm looking to actually edit the frontpage theme and remove the description above the product features images. I have editted in Firebug and would like it to look like this... Image

 

But the editting seems to be in the HTML and not the CSS, therefore I can't just update the global.css file to do what I want to do. Any help would be greatly appreciated!!!!!

 

Regards,

 

Calum

Link to comment
Share on other sites

sorry, my previous reply was not correct, I have corrected it.

 

you need to change the theme file of homefeatured module

YourSiteRoot/modules/homefeatured/homefeatured.tpl

 

bu the best is to create an override of above file by copy it to following location, then modify the new file.

YourSiteRoot/themes/modules/homefeatured/homefeatured.tpl

 

search the file for description_short, and comment the line by {* *} as following.

 

{*

the line

*}

Link to comment
Share on other sites

'bu the best is to create an override of above file by copy it to following location, then modify the new file.

YourSiteRoot/themes/modules/homefeatured/homefeatured.tpl'

 

Do you mean I need to create that directory? as I I don't have modules in themes, for me it would be /themes/prestashop2/css/modules/...

 

I'm sorry but i'm no good with this stuff. I created that directory and editted the code but for some reason it hasnt removed the description.

Link to comment
Share on other sites

Yes you will need create the modules folder.

But it must be right uner your theme folder as instructed in my previous post, not under your css folder.

 

Please make sure you have disable cache when you make changes

 

Back office

Preferences

Performance

 

Smarty : force compile Yes, cache No

Also disable Cache at the bommtom of the same page.

Link to comment
Share on other sites

×
×
  • Create New...