Yakje Posted March 5, 2015 Share Posted March 5, 2015 (edited) Hello, I am kinda struggling with what should be "a simple" modification to my invoice template. I want certain words on the invoices to show in bold, but whatever i try, it does not seem to work The orange boxed words in the attachement should be bold. I am currently using prestashop v1.6.0.9 Kind regards, Kay Edited March 5, 2015 by Yakje (see edit history) Link to comment Share on other sites More sharing options...
mickeyboy1 Posted March 5, 2015 Share Posted March 5, 2015 you could try just increasing the font size in your invoice template you will see <b>{l s='Payment Method:' pdf='true'}</b><br /> then just change it to <span style="font-size: 10pt">{l s='Payment Method:' pdf='true'}</span><br /> You can do the same for other text you want changing Link to comment Share on other sites More sharing options...
Yakje Posted March 6, 2015 Author Share Posted March 6, 2015 you could try just increasing the font size in your invoice template you will see <b>{l s='Payment Method:' pdf='true'}</b><br /> then just change it to <span style="font-size: 10pt">{l s='Payment Method:' pdf='true'}</span><br /> You can do the same for other text you want changing That does indeed work, but it's not what i want to achieve. I really need those words to show in bold, isn't there a easy way to achieve this? Best regards, Kay Link to comment Share on other sites More sharing options...
mickeyboy1 Posted March 6, 2015 Share Posted March 6, 2015 Well as you can see from the code, <b>{l s='Payment Method:' pdf='true'}</b><br /> it SHOULD already be showing in Bold font, but i can only assume it is because the font size is so small for the bold to show up You could make it all uppercase to stand out more by changing the above to <b>{l s='Payment Method:'|upper pdf='true'}</b><br /> Link to comment Share on other sites More sharing options...
Yakje Posted March 10, 2015 Author Share Posted March 10, 2015 Thanks for the reply mickeyboy, it seems like the current font does not support bold, so i just changed the font-color to make it stand out more. Worked for me 1 Link to comment Share on other sites More sharing options...
lovemyseo Posted June 13, 2016 Share Posted June 13, 2016 Thanks for the reply mickeyboy, it seems like the current font does not support bold, so i just changed the font-color to make it stand out more. Worked for me How was u able to change the font color? 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