sanyo13 Posted December 1, 2013 Share Posted December 1, 2013 Hello everybody! My problem is the next: Cant change the size of the prices in css. If i do just the text after the price grow. Link to comment Share on other sites More sharing options...
Paulito Posted December 1, 2013 Share Posted December 1, 2013 Good morning It would be really helpful if you could tell the forum which PS version you use, default or a paid theme. Also a URL or Screenshot Sorry to bother you Paul Link to comment Share on other sites More sharing options...
sanyo13 Posted December 1, 2013 Author Share Posted December 1, 2013 Hello! 1.5 paid theme. http://qautohifi.hu/index.php?id_product=8&controller=product Link to comment Share on other sites More sharing options...
vekia Posted December 1, 2013 Share Posted December 1, 2013 create somewhere in global css: #our_price_display{ font-size:20px!important; } Link to comment Share on other sites More sharing options...
sanyo13 Posted December 1, 2013 Author Share Posted December 1, 2013 Thanks Vekia u did it again! In which file can i modify the text after the prices, i already did once but cant find it anymore Link to comment Share on other sites More sharing options...
vekia Posted December 1, 2013 Share Posted December 1, 2013 this text hasn't got own class you have to modify product.tpl file first (add class to this text) Link to comment Share on other sites More sharing options...
sanyo13 Posted December 1, 2013 Author Share Posted December 1, 2013 Then how i wrote that there before? Link to comment Share on other sites More sharing options...
vekia Posted December 2, 2013 Share Posted December 2, 2013 show me your pdouct.tpl file (attach it to pastebin.org - it will be much easier to read file) i will give you solution Link to comment Share on other sites More sharing options...
sanyo13 Posted December 2, 2013 Author Share Posted December 2, 2013 http://pastebin.com/VCitLuyp Here You are. Sorry for the lame questions iam jjsut learning it And thanks for all your helps! Link to comment Share on other sites More sharing options...
vekia Posted December 3, 2013 Share Posted December 3, 2013 instead of: {if $tax_enabled}{l s='tax incl.'}{/if} use this: <span class="taxtext">{if $tax_enabled}{l s='tax incl.'}{/if}</span> then in css styles you can use .taxtext {font-color:red;} etc. Link to comment Share on other sites More sharing options...
sanyo13 Posted December 3, 2013 Author Share Posted December 3, 2013 And it works well thanks a lot! And how the text gonna change ? Link to comment Share on other sites More sharing options...
vekia Posted December 3, 2013 Share Posted December 3, 2013 if you want to change translation go to localization > translations tab in your back office then from first dropdown select "front office translations" you can translate there this text for any other text you want. Link to comment Share on other sites More sharing options...
sanyo13 Posted December 3, 2013 Author Share Posted December 3, 2013 Thanks it works again! Isnt there ther way to change texts (jsut asking) Link to comment Share on other sites More sharing options...
vekia Posted December 5, 2013 Share Posted December 5, 2013 Thanks it works again! Isnt there ther way to change texts (jsut asking) hmmm this is correct way to change texts, you're looking for some other solution? or what? Link to comment Share on other sites More sharing options...
sanyo13 Posted December 5, 2013 Author Share Posted December 5, 2013 Nono, Its perfect for me Iam jsut really interested in the prestashop 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