Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4121 Widoki

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


Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć