#2009 ajout logo en css

This commit is contained in:
armansansd
2022-12-09 16:19:26 +00:00
parent 5e2e498879
commit 1ca8016d32
4 changed files with 67 additions and 13 deletions

View File

@@ -462,6 +462,21 @@ if($(".page-node-type-ressource").find(".ressources-video").length > 0){
}
//ressources page projet
if($(".page-node-type-projet").length > 0){
let art = $(".views-field-field-ressources-liees article");
art.each(function(){
let t = $(this).find("h2");
$(t).clone().insertAfter($(this).find(".field_image"));
$(t).remove();
});
}
//crop text for collection
// $(".block-region-third .views-field-description__value").addClass("hidden_text");
// $(".block-region-third .views-field-description__value").on("click", function(){