Hello Forum,
I would like to modify a disturbing aspect of the theme. I would like to modify the header image of the event pages which, by default, represents a thumbnail of the event image (for example: http://www.jaugette.com/index.php/2014/09/26/la-folie-des-strauss/). I looked in the configuration, but did not find anything. Thank you all for your help.
Hi there
Hope you are having a good day and thank you for your question
That page does not exist, please update the link to the right page
Thanks!
Colorlib Support Team
Thank you, everything is fine here, because it is a beautiful time. I hope for you too.
Sorry for the link, I modified the permalinks yesterday. Here is the new:
http://www.jaugette.com/qsot-event/itay-goren-interprete-debussy-moussorgski/07-20_2018-2000/
or
http://www.jaugette.com/rencontres-musicales-de-jaugette/
… by exemple.
Thank you for your help.
hi
This css will change header image for all your single post headers:
.single-post header#header {
position: relative;
background-image: url(http://www.jaugette.com/wp-content/uploads/2018/04/Juillet_2015.png) !important;
}
please note, you must change image url in the code
Hello Noda,
I hope everything is fine for you.
Grandiose, this site begins to be a little more readable. The piece of code that you gave me has solved only a part (a big one) of my worries. I always have these ugly “headers” on my products:
http://www.jaugette.com/qsot-event/itay-goren-interprete-debussy-moussorgski/07-20_2018-2000/
Where can I intervene to modify the headers images?
Thanks to you.
Nice to hear that 
this code is for this and similar pages:
.single-qsot-event header#header {
background-image: url(http://jaugette.com/wp-content/uploads/2018/04/mur_8.jpg) !important;
}
Hello there,
I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.
Best Regards,
Support