Hello everyone!
I'm trying to edit the "Add to wishlist" (♡) button from the classic theme.
Searching in chrome it appears to be modified in the <style> section of the header
Searching through the files it appears to be loaded from stylesheets.tpl:
{foreach $stylesheets.inline as $stylesheet} <style> {$stylesheet.content} </style> {/foreach}
However, after a lot of research through these forums and google I am not able to understand where does this $stylesheet.content come from.
I think that maybe I could just overwrite it using custom.css. But I want to understand how this website works too.
Thank you.