Fernando Posted July 6, 2020 Posted July 6, 2020 TB 1.1.0 Theme Niara version 1.1.0 Hello, Please tell me how to remove the 'print' button from the single product page? I see id usefull_link_block class list-unstyled hidden-print is there a module or best to just use CSS? Thank you
Wartin Posted July 7, 2020 Posted July 7, 2020 2 hours ago, Fernando said: usefull_link_block class list-unstyled hidden-print is there a module or best to just use CSS? Thank you As far as I know you will have to delete that part from products' template. (make a backup first) Edit /themes/niara/product.tpl Search for these lines: <li> <a href="javascript:print();" title="{l s='Print this page'}"> <i class="icon icon-fw icon-print"></i> {l s='Print'} </a> </li> And erase them. Write this down, as if you update TB this change will be overwritten.
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