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.
it works :) thanks a lot. Have a nice day
You're welcome
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Dec 22
|
2773 | ||
|
0
Nov 24
|
63 | ||
|
1
Nov 24
|
248 | ||
|
0
Oct 24
|
251 | ||
|
1
Oct 24
|
1492 |
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.