MichaelEZ Posted July 21, 2021 Posted July 21, 2021 Hi, mby someone find this usefull: Open theme folder and find header.tpl, inside HEAD tag insert: {if ($page_name == 'product' or $page_name == 'manufacturer' )} <link href="{$css_dir}manufacturer/{$product_manufacturer->name|replace:' ':''|lower}.css" rel="stylesheet"> {/if} Now our link css will show only on product and manufacturer page. Next create folder inside theme/css/ and name it manufacturer (name depends on you - but dont forget to edit link) Last, just upload your css and name it after manufacturer (without spaces, and and lower case because {$product_manufacturer->name|replace:' ':''|lower} ) - so for Bee Hive u need to create beehive.css Thats it 😉 1
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