This question has been flagged
1 Reply
3302 Views

odoo 11 didn’t manage to find what css I have to edit to remove link underline on website 


Avatar
Discard
Best Answer

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).

Avatar
Discard