Hi all,
I need to find the HTML's file of the header of website, to add social media icon and a click to action.
Information : i use theme clean on odoo 8.
Thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all,
I need to find the HTML's file of the header of website, to add social media icon and a click to action.
Information : i use theme clean on odoo 8.
Thanks in advance.
Header is included in QWeb template, you can find through HTML Editor:
Open HTML Editor ( Customize -> HTML Editor)
From the dropdown selection of templates (at the top of HTML Editor) select the one named "Main Layout"
The template "Main Layout" should contain a <header> tag, with subsequent structure that actually forms the header menu part of website. you can edit it, add whatever you like inside it, just find correct place inside it, where to put your additions.
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrácia| Related Posts | Replies | Zobrazenia | Aktivita | |
|---|---|---|---|---|
|
1
dec 22
|
4764 | |||
|
0
nov 25
|
2 | |||
|
2
nov 25
|
358 | |||
|
4
máj 25
|
9491 | |||
|
2
jan 25
|
3069 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
you mean public website ? Have you tried to use HTML Editro?
Hi thank you for your reply @Temur
I've already check in HTML editor and there's no header HTML.
Yes i mean public website.