Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
1134 Представления

Hello,

I aam making my own website with Odoo, but I have a problem and didn't find the solution in the forum yet. On every template in the header there is a "sign up" or an icon account. I want to remove this feature because I don't need users to have an account on my website. Do you have a solution ? There is nothing in the setting part...

Thanks

Аватар
Отменить
Автор Лучший ответ

Thanks for your answer @CodeWasher

I can't find where i can add custom CSS. When i click on "edit" i have a side menu with 3 parts "Blocks" "Customize" and "Theme". In Theme at the bottom in "Advanced" i saw i can make "Code Injection" but it's only for HTML, not CSS. 

I am sorry i can't put a screenshot because i dont have enough "karma"
Thanks in advance

Аватар
Отменить
Лучший ответ

Go to Website Editor:


Navigate to your website and enable the website editor.

Add Custom CSS:


Add the following CSS code to your website’s CSS:


.o_website_login, .o_sign_in {

    display: none !important;

}



Save the changes and publish your website.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
4
июн. 25
330
1
июн. 25
650
1
мая 25
794
2
апр. 25
871
0
апр. 25
812