odoo 11 didn’t manage to find what css I have to edit to remove link underline on website
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Look in file /web/static/src/less/import_bootstrap.less. It is compiled with others in web.assets_frontend.0.css (you can use the "inpector" tool ("Examine" on firefox) to find that).
You shouldn't overwrite this file, but write a small module with a less css file which will inherit web.assets_frontend
Otherwise, your best option would be to use the Website Custom CSS/Less (website_style_manager) module from Sythil Tech. It need to be ported to v. 11 though (ask for it on Sythil Tech Github).
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up