Hi Tom,
Thanks for the reply.
<em>@TomC 426260 wrote:</em><blockquote>creating the custom.css rule relative to the theme (i.e. “.retro.logo”)</blockquote>
So this should be where exactly:
1) ja_onepage/css/custom.css
2) ja_onepage/themes/retro/css/custom.css
If you mean the 1st one, there is no css that is specific to any color theme (.retro) that could allow me to cascade css with a specific property for a specific element (.retro .logo {} ; ). All the themes have their own template.css in the respective folders as “/css/themes/retro/template.css”
If you mean for the 2nd one, i have already created the custom.css in “/css/themes/retro/” with the appropriate properties name but the custom css form these folders never get called.
I also tried adding a call to this custom css in the ja_onepage/css/custom.css as “@import url(/themes/retro/custom.css);” but this doesn’t work either.
Regards.