NicolasIT Posted September 19, 2017 Share Posted September 19, 2017 (edited) Hi, we are able to find link to single manufacturer or brand page with all their products but we can find the url of its "root". We are looking for the url where all brands are shown or all manufacturers. Thanks, NicholasIT Edited September 19, 2017 by NicolasIT (see edit history) Link to comment Share on other sites More sharing options...
NicolasIT Posted September 19, 2017 Author Share Posted September 19, 2017 Ehy, yes we had that feeling after 20min searching on backoffice. thanks i'll keep this unsolved, NicholasIT Link to comment Share on other sites More sharing options...
NicolasIT Posted September 19, 2017 Author Share Posted September 19, 2017 If it's some code you can share that's fine, if you'd sell it don't mind we're already looking to the core code. Thanks NicholasIT Link to comment Share on other sites More sharing options...
mistik777 Posted October 1, 2018 Share Posted October 1, 2018 If you want something like the image attached is easy with CSS... .brand { display: block; float: left; padding: 10px; border: dotted 1px; margin: 5px; text-align: center; } .brand:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .brand-products { display: none; } .brand-img { width: 200px; height: 100px; } Regards 4 Link to comment Share on other sites More sharing options...
Vihan Posted September 26, 2019 Share Posted September 26, 2019 .brand { display: block; float: left; padding: 10px; border: dotted 1px; margin: 5px; text-align: center; } .brand:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .brand-products { display: none; } .brand-img { width: 200px; height: 100px; } Where should i place this code? Link to comment Share on other sites More sharing options...
Puppo Posted April 5, 2020 Share Posted April 5, 2020 @mistik777 can you please give a hint about the question where to put the code? Thx! Link to comment Share on other sites More sharing options...
kadir39 Posted May 27, 2020 Share Posted May 27, 2020 On 05.04.2020 at 12:39, Puppo said: @ mistik777 kodu nereye koyacağınıza dair bir ipucu verebilir misiniz? Teşekkür! custom.css Link to comment Share on other sites More sharing options...
Puppo Posted May 27, 2020 Share Posted May 27, 2020 2 hours ago, kadir39 said: custom.css Thank you @kadir39 I will try my luck 👍 Link to comment Share on other sites More sharing options...
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