gerstavros Posted September 24, 2014 Share Posted September 24, 2014 HiAs titlte says, i want to customize the format of the "notify me when available" text in every product, which is shown by the prestashop module "mailalert".I couldn't find css file for the frontoffice text, and neither any css code in products.css.I think that there is no css file for this text, as it uses the standar theme text format.How can i add css file to format this text and padding? Link to comment Share on other sites More sharing options...
vekia Posted September 24, 2014 Share Posted September 24, 2014 you can define own styles, just use: #mailalerty_link { // your styles here } you can use these styles in global.css file located in your theme /css/ directory Link to comment Share on other sites More sharing options...
gerstavros Posted September 24, 2014 Author Share Posted September 24, 2014 you can define own styles, just use: #mailalerty_link { // your styles here } you can use these styles in global.css file located in your theme /css/ directory Thank you, bold worked, but i cannot add padding, it does nothing. i want a small gap between social buttons and mail alert link Link to comment Share on other sites More sharing options...
gerstavros Posted September 24, 2014 Author Share Posted September 24, 2014 I fixed it with .socialsharing_product.list-inline.no-print { padding-top: 20px; } but why the padding-bottom doesn't work to the text? Link to comment Share on other sites More sharing options...
vekia Posted September 24, 2014 Share Posted September 24, 2014 because it's paragraph treat is a block (display:block;) and this should help Link to comment Share on other sites More sharing options...
gerstavros Posted September 25, 2014 Author Share Posted September 25, 2014 Can you please explain it please?You mean setting the padding to the block?Like following? I just thought of that Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2014 Share Posted September 25, 2014 can you share url to shop, please? i will inspect it and give you solution Link to comment Share on other sites More sharing options...
gerstavros Posted September 25, 2014 Author Share Posted September 25, 2014 can you share url to shop, please? i will inspect it and give you solution It is http://dikarto.gr. I don't need solution, i already did it, both by adding padding-top to social buttons and padding-bottom to ooshook that contains the text, as i show above, thank you! Link to comment Share on other sites More sharing options...
Recommended Posts