tapukatata Posted November 2, 2016 Share Posted November 2, 2016 I am using prestashop 1.6.0.8 and I want to change reference font color on the product page. Can you help me which file I need to edit? thank you! Link to comment Share on other sites More sharing options...
Martin Uker K Posted November 2, 2016 Share Posted November 2, 2016 Product.css (theme/your-theme/css/product.css) You need to know a bit of CSS to do so. the instruction is "color:{HEXA COLOR}" and the rules should be something like "#product_reference" Best regards, Martin. 1 Link to comment Share on other sites More sharing options...
tapukatata Posted November 2, 2016 Author Share Posted November 2, 2016 I solved the topic. Just add line: color: #f90e0e; below line: .pb-center-column #product_reference { thank you! Link to comment Share on other sites More sharing options...
tapukatata Posted November 2, 2016 Author Share Posted November 2, 2016 Now I want to change reference font color on emails with orders. How can I make it? Which file I need to edit? Link to comment Share on other sites More sharing options...
Martin Uker K Posted November 2, 2016 Share Posted November 2, 2016 not sure what you are talknig about. Either : Native mails (in /mails) - I think order_conf might be the one you are searching for, OR, new_order mail from the mailalert module. Martin Link to comment Share on other sites More sharing options...
Knowband Plugins Posted November 2, 2016 Share Posted November 2, 2016 You can edit the email template file in order to change reference font color on emails with orders. The file can be found at following path: /mails/en/order_conf.html 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