Hi Théo,
Please replace js code with this
jQuery(function($) {
$( "#marché" ).wrapInner( "<a class='mylink' href='http://officialwebsite.usiproserve.odns.fr/marche/'></a>" );
$( "#enjeux" ).wrapInner( "<a class='mylink' href='http://officialwebsite.usiproserve.odns.fr/enjeux-clients/'></a>" );
$( "#solutions" ).wrapInner( "<a class='mylink' href='http://officialwebsite.usiproserve.odns.fr/nos-solutions/'></a>" );
$( "#faq" ).wrapInner( "<a class='mylink' href='http://officialwebsite.usiproserve.odns.fr/faq/'></a>" );
$( "#devis" ).wrapInner( "<a class='mylink' href='http://officialwebsite.usiproserve.odns.fr/contact/'></a>" );
$( "#appel" ).wrapInner( "<a class='mylink' href='http://officialwebsite.usiproserve.odns.fr/contact/'></a>" );
});
Then add this in Theme Options > CSS
#marché, #enjeux, #solutions, #faq,#devis,#appel { min-height:170px;}
.mylink {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 4em 1em;
}
As this is all custom development, regretfully we won’t be able to assist further. Custom development is outside the scope of our support. We are happy to provide advice and get you started in the right direction, but you would still be responsible for the implementation.
Thanks