Jump to content

"notify me when available" customize text format


Recommended Posts

Hi
As 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?
 

image.jpg

Link to comment
Share on other sites

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

image.jpg

Link to comment
Share on other sites

×
×
  • Create New...